#110061

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

Shades of Midnight Blue #110061

Tints of Midnight Blue #110061

Color information

#110061 (or 0x110061) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 61. RGB value is (17,0,97). Sum of RGB (Red+Green+Blue) = 17+0+97=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 97 (38.28% from 255 or 85.09% from 114); Max value from RGB is 97 - color contains mainly: blue. Hex color #110061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110061 is #EEFF9E. Grayscale: #0F0F0F. Windows color (decimal): -15663007 or 6357009. OLE color: 6357009.

HSL color Cylindrical-coordinate representation of color #110061: hue angle of 250.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110061 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB17097-
CMYK0.82100.62
HSL250.52º100%19.02%-
HSV(B)250.52º100%38.04%-
XYZ2.390.9811.37-
YUV16.14173.63128.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 85.09%
R=14.91%
G=0%
B=85.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal170970.82100.62250.5210019.02
Hex11061526403Efb6413
Octal21014112214407637314423
Binary100010110000110100101100100011111011111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110061; }

 p { color: rgb(17,0,97); }

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

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

 a { background-color: rgb(17,0,97); }

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

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

 span { border-color: rgb(17,0,97); }

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