#1365A7

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

Shades of Denim #1365A7

Tints of Denim #1365A7

Color information

#1365A7 (or 0x1365A7) is unknown color: approx Denim. HEX triplet: 13, 65 and A7. RGB value is (19,101,167). Sum of RGB (Red+Green+Blue) = 19+101+167=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 167 (65.62% from 255 or 58.19% from 287); Max value from RGB is 167 - color contains mainly: blue. Hex color #1365A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1365A7 is #EC9A58. Grayscale: #535353. Windows color (decimal): -15506009 or 10970387. OLE color: 10970387.

HSL color Cylindrical-coordinate representation of color #1365A7: hue angle of 206.76º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1365A7 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB19101167-
CMYK0.890.4000.35
HSL206.76º79.57%36.47%-
HSV(B)206.76º88.62%65.49%-
XYZ11.912.2438.29-
YUV84.01174.8381.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 167 (65.62% from 255) = 58.19%
R=6.62%
G=35.19%
B=58.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191011670.890.4000.35206.7679.5736.47
Hex1365A75928023cf5024
Octal231452471315004331712044
Binary1001111001011010011110110011010000100011110011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1365A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1365A7; }

 p { color: rgb(19,101,167); }

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

<style>
 a { background-color: #1365A7; }

 a { background-color: rgb(19,101,167); }

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

<style>
 span { border-color: #1365A7; }

 span { border-color: rgb(19,101,167); }

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