#104EA0

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

Shades of Cobalt #104EA0

Tints of Cobalt #104EA0

Color information

#104EA0 (or 0x104EA0) is unknown color: approx Cobalt. HEX triplet: 10, 4E and A0. RGB value is (16,78,160). Sum of RGB (Red+Green+Blue) = 16+78+160=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #104EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104EA0 is #EFB15F. Grayscale: #444444. Windows color (decimal): -15708512 or 10505744. OLE color: 10505744.

HSL color Cylindrical-coordinate representation of color #104EA0: hue angle of 214.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104EA0 is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1678160-
CMYK0.90.5100.37
HSL214.17º81.82%34.51%-
HSV(B)214.17º90%62.75%-
XYZ9.288.134.33-
YUV68.81179.4690.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 160 (62.89% from 255) = 62.99%
R=6.30%
G=30.71%
B=62.99%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16781600.90.5100.37214.1781.8234.51
Hex104EA05A33025d65223
Octal201162401326304532612243
Binary1000010011101010000010110101100110100101110101101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104EA0; }

 p { color: rgb(16,78,160); }

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

<style>
 a { background-color: #104EA0; }

 a { background-color: rgb(16,78,160); }

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

<style>
 span { border-color: #104EA0; }

 span { border-color: rgb(16,78,160); }

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