#1357C0

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

Shades of Denim #1357C0

Tints of Denim #1357C0

Color information

#1357C0 (or 0x1357C0) is unknown color: approx Denim. HEX triplet: 13, 57 and C0. RGB value is (19,87,192). Sum of RGB (Red+Green+Blue) = 19+87+192=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #1357C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1357C0 is #ECA83F. Grayscale: #4E4E4E. Windows color (decimal): -15509568 or 12605203. OLE color: 12605203.

HSL color Cylindrical-coordinate representation of color #1357C0: hue angle of 216.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1357C0 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1987192-
CMYK0.900.5500.25
HSL216.42º81.99%41.37%-
HSV(B)216.42º90.1%75.29%-
XYZ13.1910.7651.25-
YUV78.64191.9785.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 192 (75.39% from 255) = 64.43%
R=6.38%
G=29.19%
B=64.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19871920.900.5500.25216.4281.9941.37
Hex1357C05A37019d85229
Octal231273001326703133012251
Binary100111010111110000001011010110111011001110110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1357C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1357C0; }

 p { color: rgb(19,87,192); }

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

<style>
 a { background-color: #1357C0; }

 a { background-color: rgb(19,87,192); }

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

<style>
 span { border-color: #1357C0; }

 span { border-color: rgb(19,87,192); }

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