#11027D

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

Shades of Navy #11027D

Tints of Navy #11027D

Color information

#11027D (or 0x11027D) is unknown color: approx Navy. HEX triplet: 11, 02 and 7D. RGB value is (17,2,125). Sum of RGB (Red+Green+Blue) = 17+2+125=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #11027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027D is #EEFD82. Grayscale: #141414. Windows color (decimal): -15662467 or 8192529. OLE color: 8192529.

HSL color Cylindrical-coordinate representation of color #11027D: hue angle of 247.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11027D is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB172125-
CMYK0.860.9800.51
HSL247.32º96.85%24.9%-
HSV(B)247.32º98.4%49.02%-
XYZ3.951.6419.51-
YUV20.51186.97125.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 125 (49.22% from 255) = 86.81%
R=11.81%
G=1.39%
B=86.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1721250.860.9800.51247.3296.8524.9
Hex1127D5662033f76119
Octal21217512614206336714131
Binary1000110111110110101101100010011001111110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11027D; }

 p { color: rgb(17,2,125); }

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

<style>
 a { background-color: #11027D; }

 a { background-color: rgb(17,2,125); }

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

<style>
 span { border-color: #11027D; }

 span { border-color: rgb(17,2,125); }

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