#110369

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

Shades of Midnight Blue #110369

Tints of Midnight Blue #110369

Color information

#110369 (or 0x110369) is unknown color: approx Midnight Blue. HEX triplet: 11, 03 and 69. RGB value is (17,3,105). Sum of RGB (Red+Green+Blue) = 17+3+105=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 105 (41.41% from 255 or 84% from 125); Max value from RGB is 105 - color contains mainly: blue. Hex color #110369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110369 is #EEFC96. Grayscale: #121212. Windows color (decimal): -15662231 or 6882065. OLE color: 6882065.

HSL color Cylindrical-coordinate representation of color #110369: hue angle of 248.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110369 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB173105-
CMYK0.840.9700.59
HSL248.24º94.44%21.18%-
HSV(B)248.24º97.14%41.18%-
XYZ2.811.213.45-
YUV18.81176.64126.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 105 (41.41% from 255) = 84%
R=13.6%
G=2.4%
B=84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1731050.840.9700.59248.2494.4421.18
Hex11369546103Bf85e15
Octal21315112414107337013625
Binary1000111110100110101001100001011101111111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110369; }

 p { color: rgb(17,3,105); }

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

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

 a { background-color: rgb(17,3,105); }

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

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

 span { border-color: rgb(17,3,105); }

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