Html Css Color HEX #126FAB Cerulean

📋 copy color: '#126FAB'

red 18 ◦ green 111 ◦ blue 171

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

Shades of Cerulean #126FAB

Tints of Cerulean #126FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 6%
G = 37%
B = 57%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#126FAB (or 0x126FAB) is known color: Cerulean. HEX triplet: 12, 6F and AB. RGB value is (18,111,171). Sum of RGB (Red+Green+Blue) = 18+111+171=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #126FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126FAB is #ED9054. Grayscale: #595959. Windows color (decimal): -15568981 or 11235090. OLE color: 11235090.

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

Color convert

RGB 18 111 171 -
CMYK 0.89 0.35 0 0.33
HSL 203.53º 0.81% 0.37% -
HSV(B) 203.53º 0.89% 0.67% -
XYZ 13.28 14.44 40.61 -
YUV 90.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 18 111 171 0.89 0.35 0 0.33 203.53 0.81 0.37
Hex 12 6F AB 59 23 0 21 CC 51 25
Octal 22 157 253 131 43 0 41 314 121 45
Binary 10010 1101111 10101011 1011001 100011 0 100001 11001100 1010001 100101

Color Harmonies of #126FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FAB

Black with #126FAB

Text Example


Text Example

White with #126FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,171); }

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

background-color css

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

 a { background-color: rgb(18,111,171); }

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

border-color css

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

 span { border-color: rgb(18,111,171); }

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