#094AAE

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

Shades of Cobalt #094AAE

Tints of Cobalt #094AAE

Color information

#094AAE (or 0x094AAE) is unknown color: approx Cobalt. HEX triplet: 09, 4A and AE. RGB value is (9,74,174). Sum of RGB (Red+Green+Blue) = 9+74+174=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #094AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AAE is #F6B551. Grayscale: #414141. Windows color (decimal): -16168274 or 11422217. OLE color: 11422217.

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

Color convert

RGB974174-
CMYK0.950.5700.32
HSL216.36º90.16%35.88%-
HSV(B)216.36º94.83%68.24%-
XYZ10.28.0141.05-
YUV65.96188.9787.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=3.50%
G=28.79%
B=67.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9741740.950.5700.32216.3690.1635.88
Hex94AAE5F39020d85a24
Octal111122561377104033013244
Binary100110010101010111010111111110010100000110110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,74,174); }

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

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

 a { background-color: rgb(9,74,174); }

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

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

 span { border-color: rgb(9,74,174); }

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