#11247A

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

Shades of Midnight Blue #11247A

Tints of Midnight Blue #11247A

Color information

#11247A (or 0x11247A) is unknown color: approx Midnight Blue. HEX triplet: 11, 24 and 7A. RGB value is (17,36,122). Sum of RGB (Red+Green+Blue) = 17+36+122=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #11247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11247A is #EEDB85. Grayscale: #272727. Windows color (decimal): -15653766 or 8004625. OLE color: 8004625.

HSL color Cylindrical-coordinate representation of color #11247A: hue angle of 229.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11247A is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1736122-
CMYK0.860.7000.52
HSL229.14º75.54%27.25%-
HSV(B)229.14º86.07%47.84%-
XYZ4.372.7918.72-
YUV40.12174.21111.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 122 (48.05% from 255) = 69.71%
R=9.71%
G=20.57%
B=69.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17361220.860.7000.52229.1475.5427.25
Hex11247A5646034e54c1b
Octal214417212610606434511433
Binary10001100100111101010101101000110011010011100101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11247A; }

 p { color: rgb(17,36,122); }

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

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

 a { background-color: rgb(17,36,122); }

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

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

 span { border-color: rgb(17,36,122); }

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