Html Css Color HEX #096896 Cerulean

📋 copy color: '#096896'

red 9 ◦ green 104 ◦ blue 150

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

Shades of Cerulean #096896

Tints of Cerulean #096896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

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

R = 3.42%
G = 39.54%
B = 57.03%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096896 (or 0x096896) is known color: Cerulean. HEX triplet: 09, 68 and 96. RGB value is (9,104,150). Sum of RGB (Red+Green+Blue) = 9+104+150=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #096896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096896 is #F69769. Grayscale: #505050. Windows color (decimal): -16160618 or 9857033. OLE color: 9857033.

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

Color convert

RGB 9 104 150 -
CMYK 0.94 0.31 0 0.41
HSL 199.57º 0.89% 0.31% -
HSV(B) 199.57º 0.94% 0.59% -
XYZ 10.57 12.16 30.64 -
YUV 80.84 167.03 76.76 -
System Red Green Blue C M Y K H S L
Decimal 9 104 150 0.94 0.31 0 0.41 199.57 0.89 0.31
Hex 9 68 96 5E 1F 0 29 C8 59 1F
Octal 11 150 226 136 37 0 51 310 131 37
Binary 1001 1101000 10010110 1011110 11111 0 101001 11001000 1011001 11111

Color Harmonies of #096896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096896

Black with #096896

Text Example


Text Example

White with #096896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096896; }

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

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

background-color css

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

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

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

border-color css

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

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

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