Html Css Color HEX #094F9D Cobalt

📋 copy color: '#094F9D'

red 9 ◦ green 79 ◦ blue 157

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

Shades of Cobalt #094F9D

Tints of Cobalt #094F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.08%

R = 3.67%
G = 32.24%
B = 64.08%

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

#094F9D (or 0x094F9D) is known color: Cobalt. HEX triplet: 09, 4F and 9D. RGB value is (9,79,157). Sum of RGB (Red+Green+Blue) = 9+79+157=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #094F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F9D is #F6B062. Grayscale: #424242. Windows color (decimal): -16167011 or 10309385. OLE color: 10309385.

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

Color convert

RGB 9 79 157 -
CMYK 0.94 0.50 0 0.38
HSL 211.62º 0.89% 0.33% -
HSV(B) 211.62º 0.94% 0.62% -
XYZ 8.99 8.08 32.98 -
YUV 66.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 9 79 157 0.94 0.50 0 0.38 211.62 0.89 0.33
Hex 9 4F 9D 5E 32 0 26 D4 59 21
Octal 11 117 235 136 62 0 46 324 131 41
Binary 1001 1001111 10011101 1011110 110010 0 100110 11010100 1011001 100001

Color Harmonies of #094F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F9D

Black with #094F9D

Text Example


Text Example

White with #094F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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