Html Css Color HEX #096496 Cerulean

📋 copy color: '#096496'

red 9 ◦ green 100 ◦ blue 150

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

Shades of Cerulean #096496

Tints of Cerulean #096496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.92%

R = 3.47%
G = 38.61%
B = 57.92%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096496 (or 0x096496) is known color: Cerulean. HEX triplet: 09, 64 and 96. RGB value is (9,100,150). Sum of RGB (Red+Green+Blue) = 9+100+150=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #096496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096496 is #F69B69. Grayscale: #4E4E4E. Windows color (decimal): -16161642 or 9856009. OLE color: 9856009.

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

Color convert

RGB 9 100 150 -
CMYK 0.94 0.33 0 0.41
HSL 201.28º 0.89% 0.31% -
HSV(B) 201.28º 0.94% 0.59% -
XYZ 10.17 11.37 30.51 -
YUV 78.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 9 100 150 0.94 0.33 0 0.41 201.28 0.89 0.31
Hex 9 64 96 5E 21 0 29 C9 59 1F
Octal 11 144 226 136 41 0 51 311 131 37
Binary 1001 1100100 10010110 1011110 100001 0 101001 11001001 1011001 11111

Color Harmonies of #096496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096496

Black with #096496

Text Example


Text Example

White with #096496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096496; }

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

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

background-color css

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

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

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

border-color css

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

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

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