#1180DC

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

Shades of Navy Blue #1180DC

Tints of Navy Blue #1180DC

Color information

#1180DC (or 0x1180DC) is unknown color: approx Navy Blue. HEX triplet: 11, 80 and DC. RGB value is (17,128,220). Sum of RGB (Red+Green+Blue) = 17+128+220=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #1180DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180DC is #EE7F23. Grayscale: #686868. Windows color (decimal): -15630116 or 14450705. OLE color: 14450705.

HSL color Cylindrical-coordinate representation of color #1180DC: hue angle of 207.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1180DC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17128220-
CMYK0.920.4200.14
HSL207.19º85.65%46.47%-
HSV(B)207.19º92.27%86.27%-
XYZ20.8720.7270.61-
YUV105.3192.7365.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 220 (86.33% from 255) = 60.27%
R=4.66%
G=35.07%
B=60.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171282200.920.4200.14207.1985.6546.47
Hex1180DC5C2A0Ecf562e
Octal212003341345201631712656
Binary100011000000011011100101110010101001110110011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1180DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1180DC; }

 p { color: rgb(17,128,220); }

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

<style>
 a { background-color: #1180DC; }

 a { background-color: rgb(17,128,220); }

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

<style>
 span { border-color: #1180DC; }

 span { border-color: rgb(17,128,220); }

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