#15207A

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

Shades of Midnight Blue #15207A

Tints of Midnight Blue #15207A

Color information

#15207A (or 0x15207A) is unknown color: approx Midnight Blue. HEX triplet: 15, 20 and 7A. RGB value is (21,32,122). Sum of RGB (Red+Green+Blue) = 21+32+122=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 32 (12.89% from 255 or 18.29% 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 #15207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15207A is #EADF85. Grayscale: #262626. Windows color (decimal): -15392646 or 8003605. OLE color: 8003605.

HSL color Cylindrical-coordinate representation of color #15207A: hue angle of 233.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15207A is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2132122-
CMYK0.830.7400.52
HSL233.47º70.63%28.04%-
HSV(B)233.47º82.79%47.84%-
XYZ4.342.618.69-
YUV38.97174.86115.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 122 (48.05% from 255) = 69.71%
R=12%
G=18.29%
B=69.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21321220.830.7400.52233.4770.6328.04
Hex15207A534A034e9471c
Octal254017212311206435110734
Binary10101100000111101010100111001010011010011101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,32,122); }

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

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

 a { background-color: rgb(21,32,122); }

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

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

 span { border-color: rgb(21,32,122); }

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