#1172DD

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

Shades of Navy Blue #1172DD

Tints of Navy Blue #1172DD

Color information

#1172DD (or 0x1172DD) is unknown color: approx Navy Blue. HEX triplet: 11, 72 and DD. RGB value is (17,114,221). Sum of RGB (Red+Green+Blue) = 17+114+221=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #1172DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172DD is #EE8D22. Grayscale: #606060. Windows color (decimal): -15633699 or 14512657. OLE color: 14512657.

HSL color Cylindrical-coordinate representation of color #1172DD: hue angle of 211.47º 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 #1172DD is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17114221-
CMYK0.920.4800.13
HSL211.47º85.71%46.67%-
HSV(B)211.47º92.31%86.67%-
XYZ19.317.3770.74-
YUV97.2197.8670.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.83%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 221 (86.72% from 255) = 62.78%
R=4.83%
G=32.39%
B=62.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171142210.920.4800.13211.4785.7146.67
Hex1172DD5C300Dd3562f
Octal211623351346001532312657
Binary10001111001011011101101110011000001101110100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1172DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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