Html Css Color HEX #126D99 Cerulean

📋 copy color: '#126D99'

red 18 ◦ green 109 ◦ blue 153

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

Shades of Cerulean #126D99

Tints of Cerulean #126D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 6.43%
G = 38.93%
B = 54.64%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#126D99 (or 0x126D99) is known color: Cerulean. HEX triplet: 12, 6D and 99. RGB value is (18,109,153). Sum of RGB (Red+Green+Blue) = 18+109+153=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #126D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D99 is #ED9266. Grayscale: #565656. Windows color (decimal): -15569511 or 10054930. OLE color: 10054930.

HSL color Cylindrical-coordinate representation of color #126D99: hue angle of 199.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126D99 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 109 153 -
CMYK 0.88 0.29 0 0.4
HSL 199.56º 0.79% 0.34% -
HSV(B) 199.56º 0.88% 0.6% -
XYZ 11.47 13.37 32.11 -
YUV 86.81 165.35 78.92 -
System Red Green Blue C M Y K H S L
Decimal 18 109 153 0.88 0.29 0 0.4 199.56 0.79 0.34
Hex 12 6D 99 58 1D 0 28 C8 4F 22
Octal 22 155 231 130 35 0 50 310 117 42
Binary 10010 1101101 10011001 1011000 11101 0 101000 11001000 1001111 100010

Color Harmonies of #126D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D99

Black with #126D99

Text Example


Text Example

White with #126D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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