#020848

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

Shades of Midnight Express #020848

Tints of Midnight Express #020848

Color information

#020848 (or 0x020848) is unknown color: approx Midnight Express. HEX triplet: 02, 08 and 48. RGB value is (2,8,72). Sum of RGB (Red+Green+Blue) = 2+8+72=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 72 (28.52% from 255 or 87.80% from 82); Max value from RGB is 72 - color contains mainly: blue. Hex color #020848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020848 is #FDF7B7. Grayscale: #0D0D0D. Windows color (decimal): -16644024 or 4720642. OLE color: 4720642.

HSL color Cylindrical-coordinate representation of color #020848: hue angle of 234.86º 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 #020848 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB2872-
CMYK0.970.8900.72
HSL234.86º94.59%14.51%-
HSV(B)234.86º97.22%28.24%-
XYZ1.280.656.19-
YUV13.5161.01119.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 72 (28.52% from 255) = 87.80%
R=2.44%
G=9.76%
B=87.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal28720.970.8900.72234.8694.5914.51
Hex28486159048eb5ff
Octal210110141131011035313717
Binary101000100100011000011011001010010001110101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020848; }

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

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

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

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

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

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

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

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