#094C9E

Color #094C9E Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #094C9E

Tints of Cobalt #094C9E

Color information

#094C9E (or 0x094C9E) is unknown color: approx Cobalt. HEX triplet: 09, 4C and 9E. RGB value is (9,76,158). Sum of RGB (Red+Green+Blue) = 9+76+158=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #094C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C9E is #F6B361. Grayscale: #404040. Windows color (decimal): -16167778 or 10374153. OLE color: 10374153.

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

Color convert

RGB976158-
CMYK0.940.5200.38
HSL213.02º89.22%32.75%-
HSV(B)213.02º94.3%61.96%-
XYZ8.877.733.37-
YUV65.32180.387.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=3.70%
G=31.28%
B=65.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9761580.940.5200.38213.0289.2232.75
Hex94C9E5E34026d55921
Octal111142361366404632513141
Binary100110011001001111010111101101000100110110101011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,76,158); }

 H1.HeaderClassName
 {
   color: #094C9E;
 }
 .AnyTagClassName
 {
   color: #094C9E;
 }
</style>
background-color css

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

 a { background-color: rgb(9,76,158); }

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

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

 span { border-color: rgb(9,76,158); }

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