Html Css Color HEX #094599 Cobalt

📋 copy color: '#094599'

red 9 ◦ green 69 ◦ blue 153

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

Shades of Cobalt #094599

Tints of Cobalt #094599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.87%

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

R = 3.9%
G = 29.87%
B = 66.23%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#094599 (or 0x094599) is known color: Cobalt. HEX triplet: 09, 45 and 99. RGB value is (9,69,153). Sum of RGB (Red+Green+Blue) = 9+69+153=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #094599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094599 is #F6BA66. Grayscale: #3C3C3C. Windows color (decimal): -16169575 or 10044681. OLE color: 10044681.

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

Color convert

RGB 9 69 153 -
CMYK 0.94 0.55 0 0.4
HSL 215º 0.89% 0.32% -
HSV(B) 215º 0.94% 0.6% -
XYZ 7.99 6.61 30.99 -
YUV 60.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 9 69 153 0.94 0.55 0 0.4 215 0.89 0.32
Hex 9 45 99 5E 37 0 28 D7 59 20
Octal 11 105 231 136 67 0 50 327 131 40
Binary 1001 1000101 10011001 1011110 110111 0 101000 11010111 1011001 100000

Color Harmonies of #094599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094599

Black with #094599

Text Example


Text Example

White with #094599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094599; }

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

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

background-color css

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

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

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

border-color css

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

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

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