Html Css Color HEX #126BA4 Cerulean

📋 copy color: '#126BA4'

red 18 ◦ green 107 ◦ blue 164

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

Shades of Cerulean #126BA4

Tints of Cerulean #126BA4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

 BLUE value IS 164 (64.45% from 255) = 56.75%

R = 6.23%
G = 37.02%
B = 56.75%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#126BA4 (or 0x126BA4) is known color: Cerulean. HEX triplet: 12, 6B and A4. RGB value is (18,107,164). Sum of RGB (Red+Green+Blue) = 18+107+164=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #126BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BA4 is #ED945B. Grayscale: #565656. Windows color (decimal): -15570012 or 10775314. OLE color: 10775314.

HSL color Cylindrical-coordinate representation of color #126BA4: hue angle of 203.42º 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 #126BA4 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 107 164 -
CMYK 0.89 0.35 0 0.36
HSL 203.42º 0.8% 0.36% -
HSV(B) 203.42º 0.89% 0.64% -
XYZ 12.21 13.32 37.05 -
YUV 86.89 171.51 78.87 -
System Red Green Blue C M Y K H S L
Decimal 18 107 164 0.89 0.35 0 0.36 203.42 0.8 0.36
Hex 12 6B A4 59 23 0 24 CB 50 24
Octal 22 153 244 131 43 0 44 313 120 44
Binary 10010 1101011 10100100 1011001 100011 0 100100 11001011 1010000 100100

Color Harmonies of #126BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BA4

Black with #126BA4

Text Example


Text Example

White with #126BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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