#1358A4

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

Shades of Denim #1358A4

Tints of Denim #1358A4

Color information

#1358A4 (or 0x1358A4) is unknown color: approx Denim. HEX triplet: 13, 58 and A4. RGB value is (19,88,164). Sum of RGB (Red+Green+Blue) = 19+88+164=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 164 (64.45% from 255 or 60.52% from 271); Max value from RGB is 164 - color contains mainly: blue. Hex color #1358A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1358A4 is #ECA75B. Grayscale: #4B4B4B. Windows color (decimal): -15509340 or 10770451. OLE color: 10770451.

HSL color Cylindrical-coordinate representation of color #1358A4: hue angle of 211.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1358A4 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1988164-
CMYK0.880.4600.36
HSL211.45º79.23%35.88%-
HSV(B)211.45º88.41%64.31%-
XYZ10.469.836.46-
YUV76.03177.6487.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 164 (64.45% from 255) = 60.52%
R=7.01%
G=32.47%
B=60.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19881640.880.4600.36211.4579.2335.88
Hex1358A4582E024d34f24
Octal231302441305604432311744
Binary1001110110001010010010110001011100100100110100111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1358A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1358A4; }

 p { color: rgb(19,88,164); }

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

<style>
 a { background-color: #1358A4; }

 a { background-color: rgb(19,88,164); }

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

<style>
 span { border-color: #1358A4; }

 span { border-color: rgb(19,88,164); }

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