#126CA4

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

Shades of Cerulean #126CA4

Tints of Cerulean #126CA4

Color information

#126CA4 (or 0x126CA4) is unknown color: approx Cerulean. HEX triplet: 12, 6C and A4. RGB value is (18,108,164). Sum of RGB (Red+Green+Blue) = 18+108+164=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #126CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126CA4 is #ED935B. Grayscale: #575757. Windows color (decimal): -15569756 or 10775570. OLE color: 10775570.

HSL color Cylindrical-coordinate representation of color #126CA4: hue angle of 203.01º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126CA4 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18108164-
CMYK0.890.3400.36
HSL203.01º80.22%35.69%-
HSV(B)203.01º89.02%64.31%-
XYZ12.3113.5337.09-
YUV87.47171.1878.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=6.21%
G=37.24%
B=56.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181081640.890.3400.36203.0180.2235.69
Hex126CA45922024cb5024
Octal221542441314204431312044
Binary1001011011001010010010110011000100100100110010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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