Html Css Color HEX #020848 Midnight Express

📋 copy color: '#020848'

red 2 ◦ green 8 ◦ blue 72

#020848
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #020848

Tints of Midnight Express #020848

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.8%

R = 2.44%
G = 9.76%
B = 87.8%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020848 (or 0x020848) is known color: 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

RGB 2 8 72 -
CMYK 0.97 0.89 0 0.72
HSL 234.86º 0.95% 0.15% -
HSV(B) 234.86º 0.97% 0.28% -
XYZ 1.28 0.65 6.19 -
YUV 13.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 2 8 72 0.97 0.89 0 0.72 234.86 0.95 0.15
Hex 2 8 48 61 59 0 48 EB 5F F
Octal 2 10 110 141 131 0 110 353 137 17
Binary 10 1000 1001000 1100001 1011001 0 1001000 11101011 1011111 1111

Color Harmonies of #020848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020848

Black with #020848

Text Example


Text Example

White with #020848

Text Example


Text Example

HTML Codes & Css Web 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>