#126A9A

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

Shades of Cerulean #126A9A

Tints of Cerulean #126A9A

Color information

#126A9A (or 0x126A9A) is unknown color: approx Cerulean. HEX triplet: 12, 6A and 9A. RGB value is (18,106,154). Sum of RGB (Red+Green+Blue) = 18+106+154=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #126A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A9A is #ED9565. Grayscale: #545454. Windows color (decimal): -15570278 or 10119698. OLE color: 10119698.

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

Color convert

RGB18106154-
CMYK0.880.3100.40
HSL201.18º79.07%33.73%-
HSV(B)201.18º88.31%60.39%-
XYZ11.2412.7732.44-
YUV85.16166.8580.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=6.47%
G=38.13%
B=55.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181061540.880.3100.40201.1879.0733.73
Hex126A9A581F028c94f22
Octal221522321303705031111742
Binary100101101010100110101011000111110101000110010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,106,154); }

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

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

 a { background-color: rgb(18,106,154); }

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

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

 span { border-color: rgb(18,106,154); }

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