#126A9B

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

Shades of Cerulean #126A9B

Tints of Cerulean #126A9B

Color information

#126A9B (or 0x126A9B) is unknown color: approx Cerulean. HEX triplet: 12, 6A and 9B. RGB value is (18,106,155). Sum of RGB (Red+Green+Blue) = 18+106+155=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #126A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A9B is #ED9564. Grayscale: #545454. Windows color (decimal): -15570277 or 10185234. OLE color: 10185234.

HSL color Cylindrical-coordinate representation of color #126A9B: hue angle of 201.46º 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 #126A9B is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18106155-
CMYK0.880.3200.39
HSL201.46º79.19%33.92%-
HSV(B)201.46º88.39%60.78%-
XYZ11.3212.832.88-
YUV85.27167.3580.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=6.45%
G=37.99%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181061550.880.3200.39201.4679.1933.92
Hex126A9B5820027c94f22
Octal221522331304004731111742
Binary1001011010101001101110110001000000100111110010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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