#1165DD

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

Shades of Navy Blue #1165DD

Tints of Navy Blue #1165DD

Color information

#1165DD (or 0x1165DD) is unknown color: approx Navy Blue. HEX triplet: 11, 65 and DD. RGB value is (17,101,221). Sum of RGB (Red+Green+Blue) = 17+101+221=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #1165DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165DD is #EE9A22. Grayscale: #595959. Windows color (decimal): -15637027 or 14509329. OLE color: 14509329.

HSL color Cylindrical-coordinate representation of color #1165DD: hue angle of 215.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165DD is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17101221-
CMYK0.920.5400.13
HSL215.29º85.71%46.67%-
HSV(B)215.29º92.31%86.67%-
XYZ17.9414.6570.29-
YUV89.56202.1776.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.01%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 221 (86.72% from 255) = 65.19%
R=5.01%
G=29.79%
B=65.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171012210.920.5400.13215.2985.7146.67
Hex1165DD5C360Dd7562f
Octal211453351346601532712657
Binary10001110010111011101101110011011001101110101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1165DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1165DD; }

 p { color: rgb(17,101,221); }

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

<style>
 a { background-color: #1165DD; }

 a { background-color: rgb(17,101,221); }

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

<style>
 span { border-color: #1165DD; }

 span { border-color: rgb(17,101,221); }

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