#094EAF

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

Shades of Cobalt #094EAF

Tints of Cobalt #094EAF

Color information

#094EAF (or 0x094EAF) is unknown color: approx Cobalt. HEX triplet: 09, 4E and AF. RGB value is (9,78,175). Sum of RGB (Red+Green+Blue) = 9+78+175=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #094EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094EAF is #F6B150. Grayscale: #434343. Windows color (decimal): -16167249 or 11488777. OLE color: 11488777.

HSL color Cylindrical-coordinate representation of color #094EAF: hue angle of 215.06º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094EAF is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB978175-
CMYK0.950.5500.31
HSL215.06º90.22%36.08%-
HSV(B)215.06º94.86%68.63%-
XYZ10.578.641.66-
YUV68.43188.1485.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 175 (68.75% from 255) = 66.79%
R=3.44%
G=29.77%
B=66.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9781750.950.5500.31215.0690.2236.08
Hex94EAF5F3701Fd75a24
Octal111162571376703732713244
Binary10011001110101011111011111110111011111110101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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