Html Css Color HEX #096099 Cerulean

📋 copy color: '#096099'

red 9 ◦ green 96 ◦ blue 153

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

Shades of Cerulean #096099

Tints of Cerulean #096099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 3.49%
G = 37.21%
B = 59.3%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#096099 (or 0x096099) is known color: Cerulean. HEX triplet: 09, 60 and 99. RGB value is (9,96,153). Sum of RGB (Red+Green+Blue) = 9+96+153=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #096099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096099 is #F69F66. Grayscale: #4C4C4C. Windows color (decimal): -16162663 or 10051593. OLE color: 10051593.

HSL color Cylindrical-coordinate representation of color #096099: hue angle of 203.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096099 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 96 153 -
CMYK 0.94 0.37 0 0.4
HSL 203.75º 0.89% 0.32% -
HSV(B) 203.75º 0.94% 0.6% -
XYZ 10.05 10.72 31.68 -
YUV 76.49 171.18 79.87 -
System Red Green Blue C M Y K H S L
Decimal 9 96 153 0.94 0.37 0 0.4 203.75 0.89 0.32
Hex 9 60 99 5E 25 0 28 CC 59 20
Octal 11 140 231 136 45 0 50 314 131 40
Binary 1001 1100000 10011001 1011110 100101 0 101000 11001100 1011001 100000

Color Harmonies of #096099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096099

Black with #096099

Text Example


Text Example

White with #096099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096099; }

 p { color: rgb(9,96,153); }

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

background-color css

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

 a { background-color: rgb(9,96,153); }

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

border-color css

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

 span { border-color: rgb(9,96,153); }

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