Html Css Color HEX #096B91 Cerulean

📋 copy color: '#096B91'

red 9 ◦ green 107 ◦ blue 145

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

Shades of Cerulean #096B91

Tints of Cerulean #096B91

RGB

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

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

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

R = 3.45%
G = 41%
B = 55.56%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096B91 (or 0x096B91) is known color: Cerulean. HEX triplet: 09, 6B and 91. RGB value is (9,107,145). Sum of RGB (Red+Green+Blue) = 9+107+145=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #096B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B91 is #F6946E. Grayscale: #515151. Windows color (decimal): -16159855 or 9530121. OLE color: 9530121.

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

Color convert

RGB 9 107 145 -
CMYK 0.94 0.26 0 0.43
HSL 196.76º 0.88% 0.3% -
HSV(B) 196.76º 0.94% 0.57% -
XYZ 10.48 12.62 28.67 -
YUV 82.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 9 107 145 0.94 0.26 0 0.43 196.76 0.88 0.3
Hex 9 6B 91 5E 1A 0 2B C5 58 1E
Octal 11 153 221 136 32 0 53 305 130 36
Binary 1001 1101011 10010001 1011110 11010 0 101011 11000101 1011000 11110

Color Harmonies of #096B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B91

Black with #096B91

Text Example


Text Example

White with #096B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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