Html Css Color HEX #094F9A Cobalt

📋 copy color: '#094F9A'

red 9 ◦ green 79 ◦ blue 154

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

Shades of Cobalt #094F9A

Tints of Cobalt #094F9A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 3.72%
G = 32.64%
B = 63.64%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#094F9A (or 0x094F9A) is known color: Cobalt. HEX triplet: 09, 4F and 9A. RGB value is (9,79,154). Sum of RGB (Red+Green+Blue) = 9+79+154=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #094F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F9A is #F6B065. Grayscale: #424242. Windows color (decimal): -16167014 or 10112777. OLE color: 10112777.

HSL color Cylindrical-coordinate representation of color #094F9A: hue angle of 211.03º 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 #094F9A is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 79 154 -
CMYK 0.94 0.49 0 0.40
HSL 211.03º 0.89% 0.32% -
HSV(B) 211.03º 0.94% 0.6% -
XYZ 8.74 7.98 31.65 -
YUV 66.62 177.31 86.9 -
System Red Green Blue C M Y K H S L
Decimal 9 79 154 0.94 0.49 0 0.40 211.03 0.89 0.32
Hex 9 4F 9A 5E 31 0 28 D3 59 20
Octal 11 117 232 136 61 0 50 323 131 40
Binary 1001 1001111 10011010 1011110 110001 0 101000 11010011 1011001 100000

Color Harmonies of #094F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F9A

Black with #094F9A

Text Example


Text Example

White with #094F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,79,154); }

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

background-color css

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

 a { background-color: rgb(9,79,154); }

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

border-color css

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

 span { border-color: rgb(9,79,154); }

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