#1502B1

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

Shades of New Midnight Blue #1502B1

Tints of New Midnight Blue #1502B1

Color information

#1502B1 (or 0x1502B1) is unknown color: approx New Midnight Blue. HEX triplet: 15, 02 and B1. RGB value is (21,2,177). Sum of RGB (Red+Green+Blue) = 21+2+177=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 177 (69.53% from 255 or 88.5% from 200); Max value from RGB is 177 - color contains mainly: blue. Hex color #1502B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1502B1 is #EAFD4E. Grayscale: #1A1A1A. Windows color (decimal): -15400271 or 11600405. OLE color: 11600405.

HSL color Cylindrical-coordinate representation of color #1502B1: hue angle of 246.51º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502B1 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB212177-
CMYK0.880.9900.31
HSL246.51º97.77%35.1%-
HSV(B)246.51º98.87%69.41%-
XYZ8.273.3841.81-
YUV27.63212.29123.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 177 (69.53% from 255) = 88.5%
R=10.5%
G=1%
B=88.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2121770.880.9900.31246.5197.7735.1
Hex152B1586301Ff76223
Octal25226113014303736714243
Binary10101101011000110110001100011011111111101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1502B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1502B1; }

 p { color: rgb(21,2,177); }

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

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

 a { background-color: rgb(21,2,177); }

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

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

 span { border-color: rgb(21,2,177); }

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