#1470C8

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

Shades of Denim #1470C8

Tints of Denim #1470C8

Color information

#1470C8 (or 0x1470C8) is unknown color: approx Denim. HEX triplet: 14, 70 and C8. RGB value is (20,112,200). Sum of RGB (Red+Green+Blue) = 20+112+200=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 200 (78.52% from 255 or 60.24% from 332); Max value from RGB is 200 - color contains mainly: blue. Hex color #1470C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470C8 is #EB8F37. Grayscale: #5E5E5E. Windows color (decimal): -15437624 or 13135892. OLE color: 13135892.

HSL color Cylindrical-coordinate representation of color #1470C8: hue angle of 209.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1470C8 is Cyan = 0.9, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB20112200-
CMYK0.90.4400.22
HSL209.33º81.82%43.14%-
HSV(B)209.33º90%78.43%-
XYZ16.5115.9156.84-
YUV94.52187.5274.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 200 (78.52% from 255) = 60.24%
R=6.02%
G=33.73%
B=60.24%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201122000.90.4400.22209.3381.8243.14
Hex1470C85A2C016d1522b
Octal241603101325402632112253
Binary101001110000110010001011010101100010110110100011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1470C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1470C8; }

 p { color: rgb(20,112,200); }

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

<style>
 a { background-color: #1470C8; }

 a { background-color: rgb(20,112,200); }

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

<style>
 span { border-color: #1470C8; }

 span { border-color: rgb(20,112,200); }

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