Html Css Color HEX #094899 Cobalt

📋 copy color: '#094899'

red 9 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #094899

Tints of Cobalt #094899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 3.85%
G = 30.77%
B = 65.38%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#094899 (or 0x094899) is known color: Cobalt. HEX triplet: 09, 48 and 99. RGB value is (9,72,153). Sum of RGB (Red+Green+Blue) = 9+72+153=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #094899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094899 is #F6B766. Grayscale: #3E3E3E. Windows color (decimal): -16168807 or 10045449. OLE color: 10045449.

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

Color convert

RGB 9 72 153 -
CMYK 0.94 0.53 0 0.4
HSL 213.75º 0.89% 0.32% -
HSV(B) 213.75º 0.94% 0.6% -
XYZ 8.18 6.99 31.06 -
YUV 62.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 9 72 153 0.94 0.53 0 0.4 213.75 0.89 0.32
Hex 9 48 99 5E 35 0 28 D6 59 20
Octal 11 110 231 136 65 0 50 326 131 40
Binary 1001 1001000 10011001 1011110 110101 0 101000 11010110 1011001 100000

Color Harmonies of #094899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094899

Black with #094899

Text Example


Text Example

White with #094899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094899; }

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

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

background-color css

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

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

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

border-color css

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

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

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