Html Css Color HEX #126FA2 Cerulean

📋 copy color: '#126FA2'

red 18 ◦ green 111 ◦ blue 162

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

Shades of Cerulean #126FA2

Tints of Cerulean #126FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 55.67%

R = 6.19%
G = 38.14%
B = 55.67%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#126FA2 (or 0x126FA2) is known color: Cerulean. HEX triplet: 12, 6F and A2. RGB value is (18,111,162). Sum of RGB (Red+Green+Blue) = 18+111+162=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #126FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126FA2 is #ED905D. Grayscale: #585858. Windows color (decimal): -15568990 or 10645266. OLE color: 10645266.

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

Color convert

RGB 18 111 162 -
CMYK 0.89 0.31 0 0.36
HSL 201.25º 0.8% 0.35% -
HSV(B) 201.25º 0.89% 0.64% -
XYZ 12.46 14.11 36.25 -
YUV 89.01 169.19 77.35 -
System Red Green Blue C M Y K H S L
Decimal 18 111 162 0.89 0.31 0 0.36 201.25 0.8 0.35
Hex 12 6F A2 59 1F 0 24 C9 50 23
Octal 22 157 242 131 37 0 44 311 120 43
Binary 10010 1101111 10100010 1011001 11111 0 100100 11001001 1010000 100011

Color Harmonies of #126FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FA2

Black with #126FA2

Text Example


Text Example

White with #126FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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