#1458C1

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

Shades of Denim #1458C1

Tints of Denim #1458C1

Color information

#1458C1 (or 0x1458C1) is unknown color: approx Denim. HEX triplet: 14, 58 and C1. RGB value is (20,88,193). Sum of RGB (Red+Green+Blue) = 20+88+193=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #1458C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1458C1 is #EBA73E. Grayscale: #4F4F4F. Windows color (decimal): -15443775 or 12670996. OLE color: 12670996.

HSL color Cylindrical-coordinate representation of color #1458C1: hue angle of 216.42º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1458C1 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2088193-
CMYK0.900.5400.24
HSL216.42º81.22%41.76%-
HSV(B)216.42º89.64%75.69%-
XYZ13.410.9851.86-
YUV79.64191.9785.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.64%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 193 (75.78% from 255) = 64.12%
R=6.64%
G=29.24%
B=64.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20881930.900.5400.24216.4281.2241.76
Hex1458C15A36018d8512a
Octal241303011326603033012152
Binary101001011000110000011011010110110011000110110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1458C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1458C1; }

 p { color: rgb(20,88,193); }

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

<style>
 a { background-color: #1458C1; }

 a { background-color: rgb(20,88,193); }

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

<style>
 span { border-color: #1458C1; }

 span { border-color: rgb(20,88,193); }

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