Html Css Color HEX #096D91 Cerulean

📋 copy color: '#096D91'

red 9 ◦ green 109 ◦ blue 145

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

Shades of Cerulean #096D91

Tints of Cerulean #096D91

RGB

 RED value IS 9 (3.91% from 255) = 3.42%

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

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 3.42%
G = 41.44%
B = 55.13%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096D91 (or 0x096D91) is known color: Cerulean. HEX triplet: 09, 6D and 91. RGB value is (9,109,145). Sum of RGB (Red+Green+Blue) = 9+109+145=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #096D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D91 is #F6926E. Grayscale: #525252. Windows color (decimal): -16159343 or 9530633. OLE color: 9530633.

HSL color Cylindrical-coordinate representation of color #096D91: hue angle of 195.88º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096D91 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 109 145 -
CMYK 0.94 0.25 0 0.43
HSL 195.88º 0.88% 0.3% -
HSV(B) 195.88º 0.94% 0.57% -
XYZ 10.69 13.04 28.74 -
YUV 83.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 9 109 145 0.94 0.25 0 0.43 195.88 0.88 0.3
Hex 9 6D 91 5E 19 0 2B C4 58 1E
Octal 11 155 221 136 31 0 53 304 130 36
Binary 1001 1101101 10010001 1011110 11001 0 101011 11000100 1011000 11110

Color Harmonies of #096D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D91

Black with #096D91

Text Example


Text Example

White with #096D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096D91; }

 p { color: rgb(9,109,145); }

 H1.HeaderClassName
 {
   color: #096D91;
 }
 .AnyTagClassName
 {
   color: #096D91;
 }
</style>

background-color css

<style>
 a { background-color: #096D91; }

 a { background-color: rgb(9,109,145); }

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

border-color css

<style>
 span { border-color: #096D91; }

 span { border-color: rgb(9,109,145); }

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