Html Css Color HEX #096196 Cerulean

📋 copy color: '#096196'

red 9 ◦ green 97 ◦ blue 150

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

Shades of Cerulean #096196

Tints of Cerulean #096196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

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

R = 3.52%
G = 37.89%
B = 58.59%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096196 (or 0x096196) is known color: Cerulean. HEX triplet: 09, 61 and 96. RGB value is (9,97,150). Sum of RGB (Red+Green+Blue) = 9+97+150=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #096196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096196 is #F69E69. Grayscale: #4C4C4C. Windows color (decimal): -16162410 or 9855241. OLE color: 9855241.

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

Color convert

RGB 9 97 150 -
CMYK 0.94 0.35 0 0.41
HSL 202.55º 0.89% 0.31% -
HSV(B) 202.55º 0.94% 0.59% -
XYZ 9.89 10.81 30.42 -
YUV 76.73 169.35 79.69 -
System Red Green Blue C M Y K H S L
Decimal 9 97 150 0.94 0.35 0 0.41 202.55 0.89 0.31
Hex 9 61 96 5E 23 0 29 CB 59 1F
Octal 11 141 226 136 43 0 51 313 131 37
Binary 1001 1100001 10010110 1011110 100011 0 101001 11001011 1011001 11111

Color Harmonies of #096196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096196

Black with #096196

Text Example


Text Example

White with #096196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096196; }

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

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

background-color css

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

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

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

border-color css

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

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

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