#1365B7

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

Shades of Denim #1365B7

Tints of Denim #1365B7

Color information

#1365B7 (or 0x1365B7) is unknown color: approx Denim. HEX triplet: 13, 65 and B7. RGB value is (19,101,183). Sum of RGB (Red+Green+Blue) = 19+101+183=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #1365B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365B7 is #EC9A48. Grayscale: #555555. Windows color (decimal): -15505993 or 12018963. OLE color: 12018963.

HSL color Cylindrical-coordinate representation of color #1365B7: hue angle of 210º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1365B7 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB19101183-
CMYK0.900.4500.28
HSL210º81.19%39.61%-
HSV(B)210º89.62%71.76%-
XYZ13.4712.8646.57-
YUV85.83182.8380.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 183 (71.88% from 255) = 60.40%
R=6.27%
G=33.33%
B=60.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191011830.900.4500.2821081.1939.61
Hex1365B75A2D01Cd25128
Octal231452671325503432212150
Binary100111100101101101111011010101101011100110100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1365B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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