Html Css Color HEX #020448 Midnight Express

📋 copy color: '#020448'

red 2 ◦ green 4 ◦ blue 72

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

Shades of Midnight Express #020448

Tints of Midnight Express #020448

RGB

 RED value IS 2 (1.17% from 255) = 2.56%

 GREEN value IS 4 (1.95% from 255) = 5.13%

 BLUE value IS 72 (28.52% from 255) = 92.31%

R = 2.56%
G = 5.13%
B = 92.31%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020448 (or 0x020448) is known color: Midnight Express. HEX triplet: 02, 04 and 48. RGB value is (2,4,72). Sum of RGB (Red+Green+Blue) = 2+4+72=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 72 (28.52% from 255 or 92.31% from 78); Max value from RGB is 72 - color contains mainly: blue. Hex color #020448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020448 is #FDFBB7. Grayscale: #0A0A0A. Windows color (decimal): -16645048 or 4719618. OLE color: 4719618.

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

Color convert

RGB 2 4 72 -
CMYK 0.97 0.94 0 0.72
HSL 238.29º 0.95% 0.15% -
HSV(B) 238.29º 0.97% 0.28% -
XYZ 1.24 0.57 6.18 -
YUV 11.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 2 4 72 0.97 0.94 0 0.72 238.29 0.95 0.15
Hex 2 4 48 61 5E 0 48 EE 5F F
Octal 2 4 110 141 136 0 110 356 137 17
Binary 10 100 1001000 1100001 1011110 0 1001000 11101110 1011111 1111

Color Harmonies of #020448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020448

Black with #020448

Text Example


Text Example

White with #020448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020448; }

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

 H1.HeaderClassName
 {
   color: #020448;
 }
 .AnyTagClassName
 {
   color: #020448;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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