#1360D5

Color #1360D5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1360D5

Tints of Navy Blue #1360D5

Color information

#1360D5 (or 0x1360D5) is unknown color: approx Navy Blue. HEX triplet: 13, 60 and D5. RGB value is (19,96,213). Sum of RGB (Red+Green+Blue) = 19+96+213=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 213 (83.59% from 255 or 64.94% from 328); Max value from RGB is 213 - color contains mainly: blue. Hex color #1360D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1360D5 is #EC9F2A. Grayscale: #555555. Windows color (decimal): -15507243 or 13983763. OLE color: 13983763.

HSL color Cylindrical-coordinate representation of color #1360D5: hue angle of 216.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1360D5 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1996213-
CMYK0.910.5500.16
HSL216.19º83.62%45.49%-
HSV(B)216.19º91.08%83.53%-
XYZ16.4613.3164.65-
YUV86.32199.4979.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.79%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 213 (83.59% from 255) = 64.94%
R=5.79%
G=29.27%
B=64.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19962130.910.5500.16216.1983.6245.49
Hex1360D55B37010d8542d
Octal231403251336702033012455
Binary100111100000110101011011011110111010000110110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1360D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1360D5; }

 p { color: rgb(19,96,213); }

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

<style>
 a { background-color: #1360D5; }

 a { background-color: rgb(19,96,213); }

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

<style>
 span { border-color: #1360D5; }

 span { border-color: rgb(19,96,213); }

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