#104E97

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

Shades of Cobalt #104E97

Tints of Cobalt #104E97

Color information

#104E97 (or 0x104E97) is unknown color: approx Cobalt. HEX triplet: 10, 4E and 97. RGB value is (16,78,151). Sum of RGB (Red+Green+Blue) = 16+78+151=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 151 (59.38% from 255 or 61.63% from 245); Max value from RGB is 151 - color contains mainly: blue. Hex color #104E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E97 is #EFB168. Grayscale: #434343. Windows color (decimal): -15708521 or 9915920. OLE color: 9915920.

HSL color Cylindrical-coordinate representation of color #104E97: hue angle of 212.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104E97 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1678151-
CMYK0.890.4800.41
HSL212.44º80.84%32.75%-
HSV(B)212.44º89.4%59.22%-
XYZ8.527.7930.33-
YUV67.78174.9691.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 151 (59.38% from 255) = 61.63%
R=6.53%
G=31.84%
B=61.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16781510.890.4800.41212.4480.8432.75
Hex104E975930029d45121
Octal201162271316005132412141
Binary1000010011101001011110110011100000101001110101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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