Html Css Color HEX #021545 Midnight Express

📋 copy color: '#021545'

red 2 ◦ green 21 ◦ blue 69

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

Shades of Midnight Express #021545

Tints of Midnight Express #021545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

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

R = 2.17%
G = 22.83%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021545 (or 0x021545) is known color: Midnight Express. HEX triplet: 02, 15 and 45. RGB value is (2,21,69). Sum of RGB (Red+Green+Blue) = 2+21+69=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #021545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021545 is #FDEABA. Grayscale: #141414. Windows color (decimal): -16640699 or 4527362. OLE color: 4527362.

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

Color convert

RGB 2 21 69 -
CMYK 0.97 0.70 0 0.73
HSL 222.99º 0.94% 0.14% -
HSV(B) 222.99º 0.97% 0.27% -
XYZ 1.37 0.98 5.75 -
YUV 20.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 2 21 69 0.97 0.70 0 0.73 222.99 0.94 0.14
Hex 2 15 45 61 46 0 49 DF 5E E
Octal 2 25 105 141 106 0 111 337 136 16
Binary 10 10101 1000101 1100001 1000110 0 1001001 11011111 1011110 1110

Color Harmonies of #021545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021545

Black with #021545

Text Example


Text Example

White with #021545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021545; }

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

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

background-color css

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

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

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

border-color css

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

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

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