#020248

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

Shades of Midnight Blue #020248

Tints of Midnight Blue #020248

Color information

#020248 (or 0x020248) is unknown color: approx Midnight Blue. HEX triplet: 02, 02 and 48. RGB value is (2,2,72). Sum of RGB (Red+Green+Blue) = 2+2+72=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 72 (28.52% from 255 or 94.74% from 76); Max value from RGB is 72 - color contains mainly: blue. Hex color #020248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020248 is #FDFDB7. Grayscale: #090909. Windows color (decimal): -16645560 or 4719106. OLE color: 4719106.

HSL color Cylindrical-coordinate representation of color #020248: hue angle of 240º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020248 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB2272-
CMYK0.970.9700.72
HSL240º94.59%14.51%-
HSV(B)240º97.22%28.24%-
XYZ1.220.526.17-
YUV9.98163122.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 72 (28.52% from 255) = 94.74%
R=2.63%
G=2.63%
B=94.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal22720.970.9700.7224094.5914.51
Hex22486161048f05ff
Octal22110141141011036013717
Binary1010100100011000011100001010010001111000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020248; }

 p { color: rgb(2,2,72); }

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

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

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

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

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

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

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