Html Css Color HEX #094699 Cobalt

📋 copy color: '#094699'

red 9 ◦ green 70 ◦ blue 153

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

Shades of Cobalt #094699

Tints of Cobalt #094699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

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

R = 3.88%
G = 30.17%
B = 65.95%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#094699 (or 0x094699) is known color: Cobalt. HEX triplet: 09, 46 and 99. RGB value is (9,70,153). Sum of RGB (Red+Green+Blue) = 9+70+153=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #094699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094699 is #F6B966. Grayscale: #3C3C3C. Windows color (decimal): -16169319 or 10044937. OLE color: 10044937.

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

Color convert

RGB 9 70 153 -
CMYK 0.94 0.54 0 0.4
HSL 214.58º 0.89% 0.32% -
HSV(B) 214.58º 0.94% 0.6% -
XYZ 8.05 6.74 31.01 -
YUV 61.22 179.79 90.75 -
System Red Green Blue C M Y K H S L
Decimal 9 70 153 0.94 0.54 0 0.4 214.58 0.89 0.32
Hex 9 46 99 5E 36 0 28 D7 59 20
Octal 11 106 231 136 66 0 50 327 131 40
Binary 1001 1000110 10011001 1011110 110110 0 101000 11010111 1011001 100000

Color Harmonies of #094699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094699

Black with #094699

Text Example


Text Example

White with #094699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094699; }

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

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

background-color css

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

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

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

border-color css

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

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

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