#1461C8

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

Shades of Denim #1461C8

Tints of Denim #1461C8

Color information

#1461C8 (or 0x1461C8) is unknown color: approx Denim. HEX triplet: 14, 61 and C8. RGB value is (20,97,200). Sum of RGB (Red+Green+Blue) = 20+97+200=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #1461C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461C8 is #EB9E37. Grayscale: #555555. Windows color (decimal): -15441464 or 13132052. OLE color: 13132052.

HSL color Cylindrical-coordinate representation of color #1461C8: hue angle of 214.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 #1461C8 is Cyan = 0.9, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2097200-
CMYK0.90.5200.22
HSL214.33º81.82%43.14%-
HSV(B)214.33º90%78.43%-
XYZ14.9912.8756.34-
YUV85.72192.4981.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 200 (78.52% from 255) = 63.09%
R=6.31%
G=30.60%
B=63.09%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20972000.90.5200.22214.3381.8243.14
Hex1461C85A34016d6522b
Octal241413101326402632612253
Binary101001100001110010001011010110100010110110101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1461C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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