#152063

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

Shades of Midnight Blue #152063

Tints of Midnight Blue #152063

Color information

#152063 (or 0x152063) is unknown color: approx Midnight Blue. HEX triplet: 15, 20 and 63. RGB value is (21,32,99). Sum of RGB (Red+Green+Blue) = 21+32+99=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #152063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152063 is #EADF9C. Grayscale: #242424. Windows color (decimal): -15392669 or 6496277. OLE color: 6496277.

HSL color Cylindrical-coordinate representation of color #152063: hue angle of 231.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152063 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB213299-
CMYK0.790.6800.61
HSL231.54º65%23.53%-
HSV(B)231.54º78.79%38.82%-
XYZ3.082.0912.05-
YUV36.35163.36117.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=13.82%
G=21.05%
B=65.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2132990.790.6800.61231.546523.53
Hex1520634F4403De84118
Octal254014311710407535010130
Binary10101100000110001110011111000100011110111101000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152063; }

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

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

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

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

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

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

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

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