#151463

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

Shades of Midnight Blue #151463

Tints of Midnight Blue #151463

Color information

#151463 (or 0x151463) is unknown color: approx Midnight Blue. HEX triplet: 15, 14 and 63. RGB value is (21,20,99). Sum of RGB (Red+Green+Blue) = 21+20+99=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #151463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151463 is #EAEB9C. Grayscale: #1C1C1C. Windows color (decimal): -15395741 or 6493205. OLE color: 6493205.

HSL color Cylindrical-coordinate representation of color #151463: hue angle of 240.76º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #151463 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB212099-
CMYK0.790.8000.61
HSL240.76º66.39%23.33%-
HSV(B)240.76º79.8%38.82%-
XYZ2.811.5611.96-
YUV29.3167.33122.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 70.71%
R=15%
G=14.29%
B=70.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2120990.790.8000.61240.7666.3923.33
Hex1514634F5003Df14217
Octal252414311712007536110227
Binary1010110100110001110011111010000011110111110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151463; }

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

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

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

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

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

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

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

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