Html Css Color HEX #096493 Cerulean

📋 copy color: '#096493'

red 9 ◦ green 100 ◦ blue 147

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

Shades of Cerulean #096493

Tints of Cerulean #096493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 3.52%
G = 39.06%
B = 57.42%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096493 (or 0x096493) is known color: Cerulean. HEX triplet: 09, 64 and 93. RGB value is (9,100,147). Sum of RGB (Red+Green+Blue) = 9+100+147=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #096493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096493 is #F69B6C. Grayscale: #4D4D4D. Windows color (decimal): -16161645 or 9659401. OLE color: 9659401.

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

Color convert

RGB 9 100 147 -
CMYK 0.94 0.32 0 0.42
HSL 200.43º 0.88% 0.31% -
HSV(B) 200.43º 0.94% 0.58% -
XYZ 9.94 11.28 29.26 -
YUV 78.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 9 100 147 0.94 0.32 0 0.42 200.43 0.88 0.31
Hex 9 64 93 5E 20 0 2A C8 58 1F
Octal 11 144 223 136 40 0 52 310 130 37
Binary 1001 1100100 10010011 1011110 100000 0 101010 11001000 1011000 11111

Color Harmonies of #096493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096493

Black with #096493

Text Example


Text Example

White with #096493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096493; }

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

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

background-color css

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

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

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

border-color css

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

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

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