Html Css Color HEX #096492 Cerulean

📋 copy color: '#096492'

red 9 ◦ green 100 ◦ blue 146

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

Shades of Cerulean #096492

Tints of Cerulean #096492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.25%

R = 3.53%
G = 39.22%
B = 57.25%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096492 (or 0x096492) is known color: Cerulean. HEX triplet: 09, 64 and 92. RGB value is (9,100,146). Sum of RGB (Red+Green+Blue) = 9+100+146=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #096492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096492 is #F69B6D. Grayscale: #4D4D4D. Windows color (decimal): -16161646 or 9593865. OLE color: 9593865.

HSL color Cylindrical-coordinate representation of color #096492: hue angle of 200.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096492 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 100 146 -
CMYK 0.94 0.32 0 0.43
HSL 200.15º 0.88% 0.3% -
HSV(B) 200.15º 0.94% 0.57% -
XYZ 9.86 11.25 28.85 -
YUV 78.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 9 100 146 0.94 0.32 0 0.43 200.15 0.88 0.3
Hex 9 64 92 5E 20 0 2B C8 58 1E
Octal 11 144 222 136 40 0 53 310 130 36
Binary 1001 1100100 10010010 1011110 100000 0 101011 11001000 1011000 11110

Color Harmonies of #096492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096492

Black with #096492

Text Example


Text Example

White with #096492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096492; }

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

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

background-color css

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

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

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

border-color css

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

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

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