Html Css Color HEX #126EAC Cerulean

📋 copy color: '#126EAC'

red 18 ◦ green 110 ◦ blue 172

#126EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #126EAC

Tints of Cerulean #126EAC

RGB

 RED value IS 18 (7.42% from 255) = 6%

 GREEN value IS 110 (43.36% from 255) = 36.67%

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 6%
G = 36.67%
B = 57.33%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#126EAC (or 0x126EAC) is known color: Cerulean. HEX triplet: 12, 6E and AC. RGB value is (18,110,172). Sum of RGB (Red+Green+Blue) = 18+110+172=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #126EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126EAC is #ED9153. Grayscale: #595959. Windows color (decimal): -15569236 or 11300370. OLE color: 11300370.

HSL color Cylindrical-coordinate representation of color #126EAC: hue angle of 204.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126EAC is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 110 172 -
CMYK 0.90 0.36 0 0.33
HSL 204.16º 0.81% 0.37% -
HSV(B) 204.16º 0.9% 0.67% -
XYZ 13.27 14.26 41.08 -
YUV 89.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 18 110 172 0.90 0.36 0 0.33 204.16 0.81 0.37
Hex 12 6E AC 5A 24 0 21 CC 51 25
Octal 22 156 254 132 44 0 41 314 121 45
Binary 10010 1101110 10101100 1011010 100100 0 100001 11001100 1010001 100101

Color Harmonies of #126EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EAC

Black with #126EAC

Text Example


Text Example

White with #126EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,172); }

 H1.HeaderClassName
 {
   color: #126EAC;
 }
 .AnyTagClassName
 {
   color: #126EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(18,110,172); }

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

border-color css

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

 span { border-color: rgb(18,110,172); }

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