#126F9D

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

Shades of Cerulean #126F9D

Tints of Cerulean #126F9D

Color information

#126F9D (or 0x126F9D) is unknown color: approx Cerulean. HEX triplet: 12, 6F and 9D. RGB value is (18,111,157). Sum of RGB (Red+Green+Blue) = 18+111+157=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #126F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126F9D is #ED9062. Grayscale: #585858. Windows color (decimal): -15568995 or 10317586. OLE color: 10317586.

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

Color convert

RGB18111157-
CMYK0.890.2900.38
HSL199.86º79.43%34.31%-
HSV(B)199.86º88.54%61.57%-
XYZ12.0213.9333.95-
YUV88.44166.6977.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=6.29%
G=38.81%
B=54.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181111570.890.2900.38199.8679.4334.31
Hex126F9D591D026c84f22
Octal221572351313504631011742
Binary100101101111100111011011001111010100110110010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,111,157); }

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

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

 a { background-color: rgb(18,111,157); }

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

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

 span { border-color: rgb(18,111,157); }

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