Html Css Color HEX #096594 Cerulean

📋 copy color: '#096594'

red 9 ◦ green 101 ◦ blue 148

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

Shades of Cerulean #096594

Tints of Cerulean #096594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.15%

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 3.49%
G = 39.15%
B = 57.36%

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

#096594 (or 0x096594) is known color: Cerulean. HEX triplet: 09, 65 and 94. RGB value is (9,101,148). Sum of RGB (Red+Green+Blue) = 9+101+148=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #096594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096594 is #F69A6B. Grayscale: #4E4E4E. Windows color (decimal): -16161388 or 9725193. OLE color: 9725193.

HSL color Cylindrical-coordinate representation of color #096594: hue angle of 200.29º degrees, saturation: 0.89, 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 #096594 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 101 148 -
CMYK 0.94 0.32 0 0.42
HSL 200.29º 0.89% 0.31% -
HSV(B) 200.29º 0.94% 0.58% -
XYZ 10.11 11.5 29.7 -
YUV 78.85 167.02 78.18 -
System Red Green Blue C M Y K H S L
Decimal 9 101 148 0.94 0.32 0 0.42 200.29 0.89 0.31
Hex 9 65 94 5E 20 0 2A C8 59 1F
Octal 11 145 224 136 40 0 52 310 131 37
Binary 1001 1100101 10010100 1011110 100000 0 101010 11001000 1011001 11111

Color Harmonies of #096594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096594

Black with #096594

Text Example


Text Example

White with #096594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096594; }

 p { color: rgb(9,101,148); }

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

background-color css

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

 a { background-color: rgb(9,101,148); }

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

border-color css

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

 span { border-color: rgb(9,101,148); }

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