#02159A

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

Shades of New Midnight Blue #02159A

Tints of New Midnight Blue #02159A

Color information

#02159A (or 0x02159A) is unknown color: approx New Midnight Blue. HEX triplet: 02, 15 and 9A. RGB value is (2,21,154). Sum of RGB (Red+Green+Blue) = 2+21+154=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 154 (60.55% from 255 or 87.01% from 177); Max value from RGB is 154 - color contains mainly: blue. Hex color #02159A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02159A is #FDEA65. Grayscale: #1D1D1D. Windows color (decimal): -16640614 or 10097922. OLE color: 10097922.

HSL color Cylindrical-coordinate representation of color #02159A: hue angle of 232.5º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02159A is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB221154-
CMYK0.990.8600.40
HSL232.5º97.44%30.59%-
HSV(B)232.5º98.7%60.39%-
XYZ6.132.8830.81-
YUV30.48197.71107.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 154 (60.55% from 255) = 87.01%
R=1.13%
G=11.86%
B=87.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2211540.990.8600.40232.597.4430.59
Hex2159A6356028e8611f
Octal22523214312605035014137
Binary10101011001101011000111010110010100011101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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