#126E9B

Color #126E9B Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #126E9B

Tints of Cerulean #126E9B

Color information

#126E9B (or 0x126E9B) is unknown color: approx Cerulean. HEX triplet: 12, 6E and 9B. RGB value is (18,110,155). Sum of RGB (Red+Green+Blue) = 18+110+155=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #126E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E9B is #ED9164. Grayscale: #575757. Windows color (decimal): -15569253 or 10186258. OLE color: 10186258.

HSL color Cylindrical-coordinate representation of color #126E9B: hue angle of 199.71º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126E9B is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18110155-
CMYK0.880.2900.39
HSL199.71º79.19%33.92%-
HSV(B)199.71º88.39%60.78%-
XYZ11.7413.6533.03-
YUV87.62166.0278.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=6.36%
G=38.87%
B=54.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181101550.880.2900.39199.7179.1933.92
Hex126E9B581D027c84f22
Octal221562331303504731011742
Binary100101101110100110111011000111010100111110010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126E9B; }

 p { color: rgb(18,110,155); }

 H1.HeaderClassName
 {
   color: #126E9B;
 }
 .AnyTagClassName
 {
   color: #126E9B;
 }
</style>
background-color css

<style>
 a { background-color: #126E9B; }

 a { background-color: rgb(18,110,155); }

 div.DivClassName
 {
   background-color: #126E9B;
 }
 .BgClassName
 {
   background-color: #126E9B;
 }
</style>
border-color css

<style>
 span { border-color: #126E9B; }

 span { border-color: rgb(18,110,155); }

 td.TdClassName
 {
   border-color: #126E9B;
 }
 .TagClassName
 {
   border-color: #126E9B;
 }
</style>