#11027C

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

Shades of Navy #11027C

Tints of Navy #11027C

Color information

#11027C (or 0x11027C) is unknown color: approx Navy. HEX triplet: 11, 02 and 7C. RGB value is (17,2,124). Sum of RGB (Red+Green+Blue) = 17+2+124=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #11027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027C is #EEFD83. Grayscale: #131313. Windows color (decimal): -15662468 or 8126993. OLE color: 8126993.

HSL color Cylindrical-coordinate representation of color #11027C: hue angle of 247.38º 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 #11027C is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB172124-
CMYK0.860.9800.51
HSL247.38º96.83%24.71%-
HSV(B)247.38º98.39%48.63%-
XYZ3.891.6219.18-
YUV20.39186.47125.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 124 (48.83% from 255) = 86.71%
R=11.89%
G=1.40%
B=86.71%

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
Decimal1721240.860.9800.51247.3896.8324.71
Hex1127C5662033f76119
Octal21217412614206336714131
Binary1000110111110010101101100010011001111110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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