Html Css Color HEX #096396 Cerulean

📋 copy color: '#096396'

red 9 ◦ green 99 ◦ blue 150

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

Shades of Cerulean #096396

Tints of Cerulean #096396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.37%

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

R = 3.49%
G = 38.37%
B = 58.14%

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

#096396 (or 0x096396) is known color: Cerulean. HEX triplet: 09, 63 and 96. RGB value is (9,99,150). Sum of RGB (Red+Green+Blue) = 9+99+150=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #096396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096396 is #F69C69. Grayscale: #4D4D4D. Windows color (decimal): -16161898 or 9855753. OLE color: 9855753.

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

Color convert

RGB 9 99 150 -
CMYK 0.94 0.34 0 0.41
HSL 201.7º 0.89% 0.31% -
HSV(B) 201.7º 0.94% 0.59% -
XYZ 10.08 11.18 30.48 -
YUV 77.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 9 99 150 0.94 0.34 0 0.41 201.7 0.89 0.31
Hex 9 63 96 5E 22 0 29 CA 59 1F
Octal 11 143 226 136 42 0 51 312 131 37
Binary 1001 1100011 10010110 1011110 100010 0 101001 11001010 1011001 11111

Color Harmonies of #096396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096396

Black with #096396

Text Example


Text Example

White with #096396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096396; }

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

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

background-color css

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

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

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

border-color css

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

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

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