Html Css Color HEX #126DA1 Cerulean

📋 copy color: '#126DA1'

red 18 ◦ green 109 ◦ blue 161

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

Shades of Cerulean #126DA1

Tints of Cerulean #126DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

 BLUE value IS 161 (63.28% from 255) = 55.9%

R = 6.25%
G = 37.85%
B = 55.9%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#126DA1 (or 0x126DA1) is known color: Cerulean. HEX triplet: 12, 6D and A1. RGB value is (18,109,161). Sum of RGB (Red+Green+Blue) = 18+109+161=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #126DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DA1 is #ED925E. Grayscale: #575757. Windows color (decimal): -15569503 or 10579218. OLE color: 10579218.

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

Color convert

RGB 18 109 161 -
CMYK 0.89 0.32 0 0.37
HSL 201.82º 0.8% 0.35% -
HSV(B) 201.82º 0.89% 0.63% -
XYZ 12.15 13.64 35.71 -
YUV 87.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 18 109 161 0.89 0.32 0 0.37 201.82 0.8 0.35
Hex 12 6D A1 59 20 0 25 CA 50 23
Octal 22 155 241 131 40 0 45 312 120 43
Binary 10010 1101101 10100001 1011001 100000 0 100101 11001010 1010000 100011

Color Harmonies of #126DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DA1

Black with #126DA1

Text Example


Text Example

White with #126DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,109,161); }

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

background-color css

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

 a { background-color: rgb(18,109,161); }

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

border-color css

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

 span { border-color: rgb(18,109,161); }

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