Html Css Color HEX #020445 Midnight Express

📋 copy color: '#020445'

red 2 ◦ green 4 ◦ blue 69

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

Shades of Midnight Express #020445

Tints of Midnight Express #020445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 92%

R = 2.67%
G = 5.33%
B = 92%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020445 (or 0x020445) is known color: Midnight Express. HEX triplet: 02, 04 and 45. RGB value is (2,4,69). Sum of RGB (Red+Green+Blue) = 2+4+69=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 69 (27.34% from 255 or 92% from 75); Max value from RGB is 69 - color contains mainly: blue. Hex color #020445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020445 is #FDFBBA. Grayscale: #0A0A0A. Windows color (decimal): -16645051 or 4523010. OLE color: 4523010.

HSL color Cylindrical-coordinate representation of color #020445: hue angle of 238.21º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020445 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 4 69 -
CMYK 0.97 0.94 0 0.73
HSL 238.21º 0.94% 0.14% -
HSV(B) 238.21º 0.97% 0.27% -
XYZ 1.14 0.53 5.67 -
YUV 10.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 2 4 69 0.97 0.94 0 0.73 238.21 0.94 0.14
Hex 2 4 45 61 5E 0 49 EE 5E E
Octal 2 4 105 141 136 0 111 356 136 16
Binary 10 100 1000101 1100001 1011110 0 1001001 11101110 1011110 1110

Color Harmonies of #020445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020445

Black with #020445

Text Example


Text Example

White with #020445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020445; }

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

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

background-color css

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

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

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

border-color css

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

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

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