#110253

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

Shades of Midnight Blue #110253

Tints of Midnight Blue #110253

Color information

#110253 (or 0x110253) is unknown color: approx Midnight Blue. HEX triplet: 11, 02 and 53. RGB value is (17,2,83). Sum of RGB (Red+Green+Blue) = 17+2+83=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #110253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110253 is #EEFDAC. Grayscale: #0F0F0F. Windows color (decimal): -15662509 or 5440017. OLE color: 5440017.

HSL color Cylindrical-coordinate representation of color #110253: hue angle of 251.11º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110253 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB17283-
CMYK0.800.9800.67
HSL251.11º95.29%16.67%-
HSV(B)251.11º97.59%32.55%-
XYZ1.810.798.24-
YUV15.72165.97128.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 83 (32.81% from 255) = 81.37%
R=16.67%
G=1.96%
B=81.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal172830.800.9800.67251.1195.2916.67
Hex112535062043fb5f11
Octal212123120142010337313721
Binary10001101010011101000011000100100001111111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110253; }

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

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

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

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

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

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

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

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