Color Hex Logo

#121bcf Color Hex

#121BCF
(18,27,207)
0 Favorites   0 Comments

Color spaces of #121bcf

RGB 1827207
HSL0.660.840.44
HSV237°91°81°
CMYK 0.910.870.00   0.19
XYZ11.90395.417559.4498
Yxy5.41750.15510.0706
Hunter Lab23.275550.5588-135.1443
CIE-Lab27.892660.9693-87.7889

#121bcf color RGB value is (18,27,207).

#121bcf hex color red value is 18, green value is 27 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #121bcf hue: 0.66 , saturation: 0.84 and the lightness value of 121bcf is 0.44.

The process color (four color CMYK) of #121bcf color hex is 0.91, 0.87, 0.00, 0.19. Web safe color of #121bcf is #0033cc. Color #121bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011011 11001111
Octal 22 33 317
Decimal 18 27 207
Hex 12 1B CF

RGB Percentages of Color #121bcf

%7.14
%10.71
%82.14

CMYK Percentages of Color #121bcf

%91
%87
%0
%19

Triadic Colors of #121bcf

#121bcf #cf121b #1bcf12

Analogous Colors of #121bcf

#121bcf #6812cf #127acf

Monochromatic Colors of #121bcf

#121bcf

Complementary Color

#121bcf #cfc612

#121bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#121bcf Color CSS Codes

.mybgcolor {background-color:#121bcf; } 
.myforecolor {color:#121bcf; }
.mybordercolor {border:3px solid #121bcf; }

#121bcf Text Font Color

<p style="color:#121bcf">Text here</p>

This sample text font color is #121bcf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#121bcf Background Color

<div style="background-color:#121bcf">
Div content here</div>

This div background color is #121bcf


#121bcf Border Color

<div style="border:3px solid #121bcf">
Div here</div>

This div border color is #121bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,27,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #121bcf;
  box-shadow:         1px 1px 3px 2px #121bcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,27,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #121bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #121bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #121bcf;
  box-shadow:         1px 1px 3px 2px #121bcf;">
Div content here</div>

This div box has shadow with color #121bcf


Comments

No comments written yet.

Please login to write comment.