#11027B

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

Shades of Navy #11027B

Tints of Navy #11027B

Color information

#11027B (or 0x11027B) is unknown color: approx Navy. HEX triplet: 11, 02 and 7B. RGB value is (17,2,123). Sum of RGB (Red+Green+Blue) = 17+2+123=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 123 (48.44% from 255 or 86.62% from 142); Max value from RGB is 123 - color contains mainly: blue. Hex color #11027B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027B is #EEFD84. Grayscale: #131313. Windows color (decimal): -15662469 or 8061457. OLE color: 8061457.

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

Color convert

RGB172123-
CMYK0.860.9800.52
HSL247.44º96.8%24.51%-
HSV(B)247.44º98.37%48.24%-
XYZ3.831.5918.84-
YUV20.28185.97125.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 123 (48.44% from 255) = 86.62%
R=11.97%
G=1.41%
B=86.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1721230.860.9800.52247.4496.824.51
Hex1127B5662034f76119
Octal21217312614206436714131
Binary1000110111101110101101100010011010011110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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