Html Css Color HEX #021538 Midnight Express

📋 copy color: '#021538'

red 2 ◦ green 21 ◦ blue 56

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

Shades of Midnight Express #021538

Tints of Midnight Express #021538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 70.89%

R = 2.53%
G = 26.58%
B = 70.89%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021538 (or 0x021538) is known color: Midnight Express. HEX triplet: 02, 15 and 38. RGB value is (2,21,56). Sum of RGB (Red+Green+Blue) = 2+21+56=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #021538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021538 is #FDEAC7. Grayscale: #131313. Windows color (decimal): -16640712 or 3675394. OLE color: 3675394.

HSL color Cylindrical-coordinate representation of color #021538: hue angle of 218.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021538 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 21 56 -
CMYK 0.96 0.63 0 0.78
HSL 218.89º 0.93% 0.11% -
HSV(B) 218.89º 0.96% 0.22% -
XYZ 1.01 0.83 3.85 -
YUV 19.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 2 21 56 0.96 0.63 0 0.78 218.89 0.93 0.11
Hex 2 15 38 60 3F 0 4E DB 5D B
Octal 2 25 70 140 77 0 116 333 135 13
Binary 10 10101 111000 1100000 111111 0 1001110 11011011 1011101 1011

Color Harmonies of #021538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021538

Black with #021538

Text Example


Text Example

White with #021538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021538; }

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

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

background-color css

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

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

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

border-color css

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

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

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