Html Css Color HEX #096596 Cerulean

📋 copy color: '#096596'

red 9 ◦ green 101 ◦ blue 150

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

Shades of Cerulean #096596

Tints of Cerulean #096596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.85%

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

R = 3.46%
G = 38.85%
B = 57.69%

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

#096596 (or 0x096596) is known color: Cerulean. HEX triplet: 09, 65 and 96. RGB value is (9,101,150). Sum of RGB (Red+Green+Blue) = 9+101+150=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #096596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096596 is #F69A69. Grayscale: #4E4E4E. Windows color (decimal): -16161386 or 9856265. OLE color: 9856265.

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

Color convert

RGB 9 101 150 -
CMYK 0.94 0.33 0 0.41
HSL 200.85º 0.89% 0.31% -
HSV(B) 200.85º 0.94% 0.59% -
XYZ 10.27 11.57 30.55 -
YUV 79.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 9 101 150 0.94 0.33 0 0.41 200.85 0.89 0.31
Hex 9 65 96 5E 21 0 29 C9 59 1F
Octal 11 145 226 136 41 0 51 311 131 37
Binary 1001 1100101 10010110 1011110 100001 0 101001 11001001 1011001 11111

Color Harmonies of #096596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096596

Black with #096596

Text Example


Text Example

White with #096596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096596; }

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

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

background-color css

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

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

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

border-color css

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

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

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