#1458A5

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

Shades of Denim #1458A5

Tints of Denim #1458A5

Color information

#1458A5 (or 0x1458A5) is unknown color: approx Denim. HEX triplet: 14, 58 and A5. RGB value is (20,88,165). Sum of RGB (Red+Green+Blue) = 20+88+165=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 165 (64.84% from 255 or 60.44% from 273); Max value from RGB is 165 - color contains mainly: blue. Hex color #1458A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1458A5 is #EBA75A. Grayscale: #4C4C4C. Windows color (decimal): -15443803 or 10835988. OLE color: 10835988.

HSL color Cylindrical-coordinate representation of color #1458A5: hue angle of 211.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1458A5 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2088165-
CMYK0.880.4700.35
HSL211.86º78.38%36.27%-
HSV(B)211.86º87.88%64.71%-
XYZ10.579.8436.94-
YUV76.45177.9787.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 165 (64.84% from 255) = 60.44%
R=7.33%
G=32.23%
B=60.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20881650.880.4700.35211.8678.3836.27
Hex1458A5582F023d44e24
Octal241302451305704332411644
Binary1010010110001010010110110001011110100011110101001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1458A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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