Html Css Color HEX #096299 Cerulean

📋 copy color: '#096299'

red 9 ◦ green 98 ◦ blue 153

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

Shades of Cerulean #096299

Tints of Cerulean #096299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

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

R = 3.46%
G = 37.69%
B = 58.85%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#096299 (or 0x096299) is known color: Cerulean. HEX triplet: 09, 62 and 99. RGB value is (9,98,153). Sum of RGB (Red+Green+Blue) = 9+98+153=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #096299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096299 is #F69D66. Grayscale: #4D4D4D. Windows color (decimal): -16162151 or 10052105. OLE color: 10052105.

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

Color convert

RGB 9 98 153 -
CMYK 0.94 0.36 0 0.4
HSL 202.92º 0.89% 0.32% -
HSV(B) 202.92º 0.94% 0.6% -
XYZ 10.23 11.09 31.74 -
YUV 77.66 170.51 79.03 -
System Red Green Blue C M Y K H S L
Decimal 9 98 153 0.94 0.36 0 0.4 202.92 0.89 0.32
Hex 9 62 99 5E 24 0 28 CB 59 20
Octal 11 142 231 136 44 0 50 313 131 40
Binary 1001 1100010 10011001 1011110 100100 0 101000 11001011 1011001 100000

Color Harmonies of #096299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096299

Black with #096299

Text Example


Text Example

White with #096299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096299; }

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

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

background-color css

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

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

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

border-color css

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

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

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