#094ea7

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

Shades of Cobalt #094EA7

Tints of Cobalt #094EA7

Color information

#094EA7 (or 0x094EA7) is unknown color: approx Cobalt. HEX triplet: 09, 4E and A7. RGB value is (9,78,167). Sum of RGB (Red+Green+Blue) = 9+78+167=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 167 (65.62% from 255 or 65.75% from 254); Max value from RGB is 167 - color contains mainly: blue. Hex color #094EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094EA7 is #F6B158. Grayscale: #434343. Windows color (decimal): -16167257 or 10964489. OLE color: 10964489.

HSL color Cylindrical-coordinate representation of color #094EA7: hue angle of 213.8º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094EA7 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB978167-
CMYK0.950.5300.35
HSL213.8º89.77%34.51%-
HSV(B)213.8º94.61%65.49%-
XYZ9.818.337.64-
YUV67.52184.1486.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.54%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 167 (65.62% from 255) = 65.75%
R=3.54%
G=30.71%
B=65.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9781670.950.5300.35213.889.7734.51
Hex94EA75F35023d65a23
Octal111162471376504332613243
Binary100110011101010011110111111101010100011110101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094ea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,78,167); }

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

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

 a { background-color: rgb(9,78,167); }

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

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

 span { border-color: rgb(9,78,167); }

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