Html Css Color HEX #096498 Cerulean

📋 copy color: '#096498'

red 9 ◦ green 100 ◦ blue 152

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

Shades of Cerulean #096498

Tints of Cerulean #096498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 152 (59.77% from 255) = 58.24%

R = 3.45%
G = 38.31%
B = 58.24%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#096498 (or 0x096498) is known color: Cerulean. HEX triplet: 09, 64 and 98. RGB value is (9,100,152). Sum of RGB (Red+Green+Blue) = 9+100+152=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #096498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096498 is #F69B67. Grayscale: #4E4E4E. Windows color (decimal): -16161640 or 9987081. OLE color: 9987081.

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

Color convert

RGB 9 100 152 -
CMYK 0.94 0.34 0 0.40
HSL 201.82º 0.89% 0.32% -
HSV(B) 201.82º 0.94% 0.6% -
XYZ 10.34 11.44 31.37 -
YUV 78.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 9 100 152 0.94 0.34 0 0.40 201.82 0.89 0.32
Hex 9 64 98 5E 22 0 28 CA 59 20
Octal 11 144 230 136 42 0 50 312 131 40
Binary 1001 1100100 10011000 1011110 100010 0 101000 11001010 1011001 100000

Color Harmonies of #096498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096498

Black with #096498

Text Example


Text Example

White with #096498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096498; }

 p { color: rgb(9,100,152); }

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

background-color css

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

 a { background-color: rgb(9,100,152); }

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

border-color css

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

 span { border-color: rgb(9,100,152); }

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