Html Css Color HEX #094A9F Cobalt

📋 copy color: '#094A9F'

red 9 ◦ green 74 ◦ blue 159

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

Shades of Cobalt #094A9F

Tints of Cobalt #094A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.7%

R = 3.72%
G = 30.58%
B = 65.7%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#094A9F (or 0x094A9F) is known color: Cobalt. HEX triplet: 09, 4A and 9F. RGB value is (9,74,159). Sum of RGB (Red+Green+Blue) = 9+74+159=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #094A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A9F is #F6B560. Grayscale: #3F3F3F. Windows color (decimal): -16168289 or 10439177. OLE color: 10439177.

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

Color convert

RGB 9 74 159 -
CMYK 0.94 0.53 0 0.38
HSL 214º 0.89% 0.33% -
HSV(B) 214º 0.94% 0.62% -
XYZ 8.82 7.46 33.78 -
YUV 64.26 181.47 88.59 -
System Red Green Blue C M Y K H S L
Decimal 9 74 159 0.94 0.53 0 0.38 214 0.89 0.33
Hex 9 4A 9F 5E 35 0 26 D6 59 21
Octal 11 112 237 136 65 0 46 326 131 41
Binary 1001 1001010 10011111 1011110 110101 0 100110 11010110 1011001 100001

Color Harmonies of #094A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A9F

Black with #094A9F

Text Example


Text Example

White with #094A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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