#1183DD

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

Shades of Navy Blue #1183DD

Tints of Navy Blue #1183DD

Color information

#1183DD (or 0x1183DD) is unknown color: approx Navy Blue. HEX triplet: 11, 83 and DD. RGB value is (17,131,221). Sum of RGB (Red+Green+Blue) = 17+131+221=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #1183DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183DD is #EE7C22. Grayscale: #6A6A6A. Windows color (decimal): -15629347 or 14517009. OLE color: 14517009.

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

Color convert

RGB17131221-
CMYK0.920.4100.13
HSL206.47º85.71%46.67%-
HSV(B)206.47º92.31%86.67%-
XYZ21.421.5771.44-
YUV107.17192.2363.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.61%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 221 (86.72% from 255) = 59.89%
R=4.61%
G=35.50%
B=59.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171312210.920.4100.13206.4785.7146.67
Hex1183DD5C290Dce562f
Octal212033351345101531612657
Binary100011000001111011101101110010100101101110011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1183DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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