#126C98

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

Shades of Cerulean #126C98

Tints of Cerulean #126C98

Color information

#126C98 (or 0x126C98) is unknown color: approx Cerulean. HEX triplet: 12, 6C and 98. RGB value is (18,108,152). Sum of RGB (Red+Green+Blue) = 18+108+152=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #126C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C98 is #ED9367. Grayscale: #555555. Windows color (decimal): -15569768 or 9989138. OLE color: 9989138.

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

Color convert

RGB18108152-
CMYK0.880.2900.40
HSL199.7º78.82%33.33%-
HSV(B)199.7º88.16%59.61%-
XYZ11.2813.1231.64-
YUV86.11165.1879.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=6.47%
G=38.85%
B=54.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181081520.880.2900.40199.778.8233.33
Hex126C98581D028c84f21
Octal221542301303505031011741
Binary100101101100100110001011000111010101000110010001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,108,152); }

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

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

 a { background-color: rgb(18,108,152); }

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

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

 span { border-color: rgb(18,108,152); }

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