#110270

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

Shades of Navy #110270

Tints of Navy #110270

Color information

#110270 (or 0x110270) is unknown color: approx Navy. HEX triplet: 11, 02 and 70. RGB value is (17,2,112). Sum of RGB (Red+Green+Blue) = 17+2+112=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #110270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110270 is #EEFD8F. Grayscale: #121212. Windows color (decimal): -15662480 or 7340561. OLE color: 7340561.

HSL color Cylindrical-coordinate representation of color #110270: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110270 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB172112-
CMYK0.850.9800.56
HSL248.18º96.49%22.35%-
HSV(B)248.18º98.21%43.92%-
XYZ3.181.3315.42-
YUV19.02180.47126.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 112 (44.14% from 255) = 85.50%
R=12.98%
G=1.53%
B=85.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1721120.850.9800.56248.1896.4922.35
Hex112705562038f86016
Octal21216012514207037014026
Binary1000110111000010101011100010011100011111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110270; }

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

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

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

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

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

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

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

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