Html Css Color HEX #094F9F Cobalt

📋 copy color: '#094F9F'

red 9 ◦ green 79 ◦ blue 159

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

Shades of Cobalt #094F9F

Tints of Cobalt #094F9F

RGB

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

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

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

R = 3.64%
G = 31.98%
B = 64.37%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#094F9F (or 0x094F9F) is known color: Cobalt. HEX triplet: 09, 4F and 9F. RGB value is (9,79,159). Sum of RGB (Red+Green+Blue) = 9+79+159=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #094F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F9F is #F6B060. Grayscale: #424242. Windows color (decimal): -16167009 or 10440457. OLE color: 10440457.

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

Color convert

RGB 9 79 159 -
CMYK 0.94 0.50 0 0.38
HSL 212º 0.89% 0.33% -
HSV(B) 212º 0.94% 0.62% -
XYZ 9.17 8.15 33.89 -
YUV 67.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 9 79 159 0.94 0.50 0 0.38 212 0.89 0.33
Hex 9 4F 9F 5E 32 0 26 D4 59 21
Octal 11 117 237 136 62 0 46 324 131 41
Binary 1001 1001111 10011111 1011110 110010 0 100110 11010100 1011001 100001

Color Harmonies of #094F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F9F

Black with #094F9F

Text Example


Text Example

White with #094F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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