#094CAE

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

Shades of Cobalt #094CAE

Tints of Cobalt #094CAE

Color information

#094CAE (or 0x094CAE) is unknown color: approx Cobalt. HEX triplet: 09, 4C and AE. RGB value is (9,76,174). Sum of RGB (Red+Green+Blue) = 9+76+174=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #094CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094CAE is #F6B351. Grayscale: #424242. Windows color (decimal): -16167762 or 11422729. OLE color: 11422729.

HSL color Cylindrical-coordinate representation of color #094CAE: hue angle of 215.64º 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 #094CAE is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB976174-
CMYK0.950.5600.32
HSL215.64º90.16%35.88%-
HSV(B)215.64º94.83%68.24%-
XYZ10.348.2841.1-
YUV67.14188.386.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=3.47%
G=29.34%
B=67.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9761740.950.5600.32215.6490.1635.88
Hex94CAE5F38020d85a24
Octal111142561377004033013244
Binary100110011001010111010111111110000100000110110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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