Html Css Color HEX #126E95 Cerulean

📋 copy color: '#126E95'

red 18 ◦ green 110 ◦ blue 149

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

Shades of Cerulean #126E95

Tints of Cerulean #126E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.71%

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 6.5%
G = 39.71%
B = 53.79%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126E95 (or 0x126E95) is known color: Cerulean. HEX triplet: 12, 6E and 95. RGB value is (18,110,149). Sum of RGB (Red+Green+Blue) = 18+110+149=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #126E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E95 is #ED916A. Grayscale: #565656. Windows color (decimal): -15569259 or 9793042. OLE color: 9793042.

HSL color Cylindrical-coordinate representation of color #126E95: hue angle of 197.86º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126E95 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 110 149 -
CMYK 0.88 0.26 0 0.42
HSL 197.86º 0.78% 0.33% -
HSV(B) 197.86º 0.88% 0.58% -
XYZ 11.25 13.45 30.44 -
YUV 86.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 18 110 149 0.88 0.26 0 0.42 197.86 0.78 0.33
Hex 12 6E 95 58 1A 0 2A C6 4E 21
Octal 22 156 225 130 32 0 52 306 116 41
Binary 10010 1101110 10010101 1011000 11010 0 101010 11000110 1001110 100001

Color Harmonies of #126E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E95

Black with #126E95

Text Example


Text Example

White with #126E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,149); }

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

background-color css

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

 a { background-color: rgb(18,110,149); }

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

border-color css

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

 span { border-color: rgb(18,110,149); }

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