Html Css Color HEX #021838 Midnight Express

📋 copy color: '#021838'

red 2 ◦ green 24 ◦ blue 56

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

Shades of Midnight Express #021838

Tints of Midnight Express #021838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

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

R = 2.44%
G = 29.27%
B = 68.29%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021838 (or 0x021838) is known color: Midnight Express. HEX triplet: 02, 18 and 38. RGB value is (2,24,56). Sum of RGB (Red+Green+Blue) = 2+24+56=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #021838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021838 is #FDE7C7. Grayscale: #141414. Windows color (decimal): -16639944 or 3676162. OLE color: 3676162.

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

Color convert

RGB 2 24 56 -
CMYK 0.96 0.57 0 0.78
HSL 215.56º 0.93% 0.11% -
HSV(B) 215.56º 0.96% 0.22% -
XYZ 1.07 0.95 3.87 -
YUV 21.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 2 24 56 0.96 0.57 0 0.78 215.56 0.93 0.11
Hex 2 18 38 60 39 0 4E D8 5D B
Octal 2 30 70 140 71 0 116 330 135 13
Binary 10 11000 111000 1100000 111001 0 1001110 11011000 1011101 1011

Color Harmonies of #021838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021838

Black with #021838

Text Example


Text Example

White with #021838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021838; }

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

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

background-color css

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

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

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

border-color css

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

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

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