Html Css Color HEX #096F91 Cerulean

📋 copy color: '#096F91'

red 9 ◦ green 111 ◦ blue 145

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

Shades of Cerulean #096F91

Tints of Cerulean #096F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.89%

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

R = 3.4%
G = 41.89%
B = 54.72%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096F91 (or 0x096F91) is known color: Cerulean. HEX triplet: 09, 6F and 91. RGB value is (9,111,145). Sum of RGB (Red+Green+Blue) = 9+111+145=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #096F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F91 is #F6906E. Grayscale: #545454. Windows color (decimal): -16158831 or 9531145. OLE color: 9531145.

HSL color Cylindrical-coordinate representation of color #096F91: hue angle of 195º 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 #096F91 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 111 145 -
CMYK 0.94 0.23 0 0.43
HSL 195º 0.88% 0.3% -
HSV(B) 195º 0.94% 0.57% -
XYZ 10.91 13.47 28.81 -
YUV 84.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 9 111 145 0.94 0.23 0 0.43 195 0.88 0.3
Hex 9 6F 91 5E 17 0 2B C3 58 1E
Octal 11 157 221 136 27 0 53 303 130 36
Binary 1001 1101111 10010001 1011110 10111 0 101011 11000011 1011000 11110

Color Harmonies of #096F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F91

Black with #096F91

Text Example


Text Example

White with #096F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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