Html Css Color HEX #021038 Midnight Express

📋 copy color: '#021038'

red 2 ◦ green 16 ◦ blue 56

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

Shades of Midnight Express #021038

Tints of Midnight Express #021038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.62%

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

R = 2.7%
G = 21.62%
B = 75.68%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021038 (or 0x021038) is known color: Midnight Express. HEX triplet: 02, 10 and 38. RGB value is (2,16,56). Sum of RGB (Red+Green+Blue) = 2+16+56=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #021038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021038 is #FDEFC7. Grayscale: #101010. Windows color (decimal): -16641992 or 3674114. OLE color: 3674114.

HSL color Cylindrical-coordinate representation of color #021038: hue angle of 224.44º 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 #021038 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 16 56 -
CMYK 0.96 0.71 0 0.78
HSL 224.44º 0.93% 0.11% -
HSV(B) 224.44º 0.96% 0.22% -
XYZ 0.92 0.67 3.82 -
YUV 16.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 2 16 56 0.96 0.71 0 0.78 224.44 0.93 0.11
Hex 2 10 38 60 47 0 4E E0 5D B
Octal 2 20 70 140 107 0 116 340 135 13
Binary 10 10000 111000 1100000 1000111 0 1001110 11100000 1011101 1011

Color Harmonies of #021038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021038

Black with #021038

Text Example


Text Example

White with #021038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021038; }

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

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

background-color css

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

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

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

border-color css

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

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

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