Html Css Color HEX #094AA0 Cobalt

📋 copy color: '#094AA0'

red 9 ◦ green 74 ◦ blue 160

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

Shades of Cobalt #094AA0

Tints of Cobalt #094AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

 BLUE value IS 160 (62.89% from 255) = 65.84%

R = 3.7%
G = 30.45%
B = 65.84%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#094AA0 (or 0x094AA0) is known color: Cobalt. HEX triplet: 09, 4A and A0. RGB value is (9,74,160). Sum of RGB (Red+Green+Blue) = 9+74+160=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #094AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AA0 is #F6B55F. Grayscale: #3F3F3F. Windows color (decimal): -16168288 or 10504713. OLE color: 10504713.

HSL color Cylindrical-coordinate representation of color #094AA0: hue angle of 214.17º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094AA0 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 74 160 -
CMYK 0.94 0.54 0 0.37
HSL 214.17º 0.89% 0.33% -
HSV(B) 214.17º 0.94% 0.63% -
XYZ 8.91 7.49 34.23 -
YUV 64.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 9 74 160 0.94 0.54 0 0.37 214.17 0.89 0.33
Hex 9 4A A0 5E 36 0 25 D6 59 21
Octal 11 112 240 136 66 0 45 326 131 41
Binary 1001 1001010 10100000 1011110 110110 0 100101 11010110 1011001 100001

Color Harmonies of #094AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AA0

Black with #094AA0

Text Example


Text Example

White with #094AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094AA0; }

 p { color: rgb(9,74,160); }

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

background-color css

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

 a { background-color: rgb(9,74,160); }

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

border-color css

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

 span { border-color: rgb(9,74,160); }

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