Html Css Color HEX #094797 Cobalt

📋 copy color: '#094797'

red 9 ◦ green 71 ◦ blue 151

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

Shades of Cobalt #094797

Tints of Cobalt #094797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 151 (59.38% from 255) = 65.37%

R = 3.9%
G = 30.74%
B = 65.37%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#094797 (or 0x094797) is known color: Cobalt. HEX triplet: 09, 47 and 97. RGB value is (9,71,151). Sum of RGB (Red+Green+Blue) = 9+71+151=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #094797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094797 is #F6B868. Grayscale: #3D3D3D. Windows color (decimal): -16169065 or 9914121. OLE color: 9914121.

HSL color Cylindrical-coordinate representation of color #094797: hue angle of 213.8º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094797 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 71 151 -
CMYK 0.94 0.53 0 0.41
HSL 213.8º 0.89% 0.31% -
HSV(B) 213.8º 0.94% 0.59% -
XYZ 7.95 6.8 30.17 -
YUV 61.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 9 71 151 0.94 0.53 0 0.41 213.8 0.89 0.31
Hex 9 47 97 5E 35 0 29 D6 59 1F
Octal 11 107 227 136 65 0 51 326 131 37
Binary 1001 1000111 10010111 1011110 110101 0 101001 11010110 1011001 11111

Color Harmonies of #094797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094797

Black with #094797

Text Example


Text Example

White with #094797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094797; }

 p { color: rgb(9,71,151); }

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

background-color css

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

 a { background-color: rgb(9,71,151); }

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

border-color css

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

 span { border-color: rgb(9,71,151); }

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