#104FCA

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

Shades of Denim #104FCA

Tints of Denim #104FCA

Color information

#104FCA (or 0x104FCA) is unknown color: approx Denim. HEX triplet: 10, 4F and CA. RGB value is (16,79,202). Sum of RGB (Red+Green+Blue) = 16+79+202=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #104FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FCA is #EFB035. Grayscale: #494949. Windows color (decimal): -15708214 or 13258512. OLE color: 13258512.

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

Color convert

RGB1679202-
CMYK0.920.6100.21
HSL219.68º85.32%42.75%-
HSV(B)219.68º92.08%79.22%-
XYZ13.679.9757.08-
YUV74.18200.1386.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 202 (79.30% from 255) = 68.01%
R=5.39%
G=26.60%
B=68.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16792020.920.6100.21219.6885.3242.75
Hex104FCA5C3D015dc552b
Octal201173121347502533412553
Binary100001001111110010101011100111101010101110111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,202); }

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

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

 a { background-color: rgb(16,79,202); }

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

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

 span { border-color: rgb(16,79,202); }

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