Html Css Color HEX #096497 Cerulean

📋 copy color: '#096497'

red 9 ◦ green 100 ◦ blue 151

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

Shades of Cerulean #096497

Tints of Cerulean #096497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.46%

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

R = 3.46%
G = 38.46%
B = 58.08%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096497 (or 0x096497) is known color: Cerulean. HEX triplet: 09, 64 and 97. RGB value is (9,100,151). Sum of RGB (Red+Green+Blue) = 9+100+151=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #096497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096497 is #F69B68. Grayscale: #4E4E4E. Windows color (decimal): -16161641 or 9921545. OLE color: 9921545.

HSL color Cylindrical-coordinate representation of color #096497: hue angle of 201.55º 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 #096497 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 100 151 -
CMYK 0.94 0.34 0 0.41
HSL 201.55º 0.89% 0.31% -
HSV(B) 201.55º 0.94% 0.59% -
XYZ 10.26 11.41 30.94 -
YUV 78.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 9 100 151 0.94 0.34 0 0.41 201.55 0.89 0.31
Hex 9 64 97 5E 22 0 29 CA 59 1F
Octal 11 144 227 136 42 0 51 312 131 37
Binary 1001 1100100 10010111 1011110 100010 0 101001 11001010 1011001 11111

Color Harmonies of #096497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096497

Black with #096497

Text Example


Text Example

White with #096497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096497; }

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

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

background-color css

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

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

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

border-color css

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

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

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