#104EC8

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

Shades of Denim #104EC8

Tints of Denim #104EC8

Color information

#104EC8 (or 0x104EC8) is unknown color: approx Denim. HEX triplet: 10, 4E and C8. RGB value is (16,78,200). Sum of RGB (Red+Green+Blue) = 16+78+200=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #104EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EC8 is #EFB137. Grayscale: #484848. Windows color (decimal): -15708472 or 13127184. OLE color: 13127184.

HSL color Cylindrical-coordinate representation of color #104EC8: hue angle of 219.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104EC8 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1678200-
CMYK0.920.6100.22
HSL219.78º85.19%42.35%-
HSV(B)219.78º92%78.43%-
XYZ13.369.7355.82-
YUV73.37199.4687.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.44%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 200 (78.52% from 255) = 68.03%
R=5.44%
G=26.53%
B=68.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16782000.920.6100.22219.7885.1942.35
Hex104EC85C3D016dc552a
Octal201163101347502633412552
Binary100001001110110010001011100111101010110110111001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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