Html Css Color HEX #021333 Midnight Express

📋 copy color: '#021333'

red 2 ◦ green 19 ◦ blue 51

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

Shades of Midnight Express #021333

Tints of Midnight Express #021333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.39%

 BLUE value IS 51 (20.31% from 255) = 70.83%

R = 2.78%
G = 26.39%
B = 70.83%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#021333 (or 0x021333) is known color: Midnight Express. HEX triplet: 02, 13 and 33. RGB value is (2,19,51). Sum of RGB (Red+Green+Blue) = 2+19+51=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #021333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021333 is #FDECCC. Grayscale: #111111. Windows color (decimal): -16641229 or 3347202. OLE color: 3347202.

HSL color Cylindrical-coordinate representation of color #021333: hue angle of 219.18º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021333 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 2 19 51 -
CMYK 0.96 0.63 0 0.8
HSL 219.18º 0.92% 0.1% -
HSV(B) 219.18º 0.96% 0.2% -
XYZ 0.86 0.72 3.23 -
YUV 17.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 2 19 51 0.96 0.63 0 0.8 219.18 0.92 0.1
Hex 2 13 33 60 3F 0 50 DB 5C A
Octal 2 23 63 140 77 0 120 333 134 12
Binary 10 10011 110011 1100000 111111 0 1010000 11011011 1011100 1010

Color Harmonies of #021333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021333

Black with #021333

Text Example


Text Example

White with #021333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021333; }

 p { color: rgb(2,19,51); }

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

background-color css

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

 a { background-color: rgb(2,19,51); }

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

border-color css

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

 span { border-color: rgb(2,19,51); }

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