#1365D7

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

Shades of Navy Blue #1365D7

Tints of Navy Blue #1365D7

Color information

#1365D7 (or 0x1365D7) is unknown color: approx Navy Blue. HEX triplet: 13, 65 and D7. RGB value is (19,101,215). Sum of RGB (Red+Green+Blue) = 19+101+215=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #1365D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365D7 is #EC9A28. Grayscale: #585858. Windows color (decimal): -15505961 or 14116115. OLE color: 14116115.

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

Color convert

RGB19101215-
CMYK0.910.5300.16
HSL214.9º83.76%45.88%-
HSV(B)214.9º91.16%84.31%-
XYZ17.1914.3566.15-
YUV89.48198.8377.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 215 (84.38% from 255) = 64.18%
R=5.67%
G=30.15%
B=64.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191012150.910.5300.16214.983.7645.88
Hex1365D75B35010d7542e
Octal231453271336502032712456
Binary100111100101110101111011011110101010000110101111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1365D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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