Html Css Color HEX #096097 Cerulean

📋 copy color: '#096097'

red 9 ◦ green 96 ◦ blue 151

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

Shades of Cerulean #096097

Tints of Cerulean #096097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 3.52%
G = 37.5%
B = 58.98%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096097 (or 0x096097) is known color: Cerulean. HEX triplet: 09, 60 and 97. RGB value is (9,96,151). Sum of RGB (Red+Green+Blue) = 9+96+151=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #096097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096097 is #F69F68. Grayscale: #4B4B4B. Windows color (decimal): -16162665 or 9920521. OLE color: 9920521.

HSL color Cylindrical-coordinate representation of color #096097: hue angle of 203.24º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096097 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 96 151 -
CMYK 0.94 0.36 0 0.41
HSL 203.24º 0.89% 0.31% -
HSV(B) 203.24º 0.94% 0.59% -
XYZ 9.88 10.66 30.81 -
YUV 76.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 9 96 151 0.94 0.36 0 0.41 203.24 0.89 0.31
Hex 9 60 97 5E 24 0 29 CB 59 1F
Octal 11 140 227 136 44 0 51 313 131 37
Binary 1001 1100000 10010111 1011110 100100 0 101001 11001011 1011001 11111

Color Harmonies of #096097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096097

Black with #096097

Text Example


Text Example

White with #096097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096097; }

 p { color: rgb(9,96,151); }

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

background-color css

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

 a { background-color: rgb(9,96,151); }

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

border-color css

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

 span { border-color: rgb(9,96,151); }

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