Html Css Color HEX #021030 Midnight Express

📋 copy color: '#021030'

red 2 ◦ green 16 ◦ blue 48

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

Shades of Midnight Express #021030

Tints of Midnight Express #021030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 72.73%

R = 3.03%
G = 24.24%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#021030 (or 0x021030) is known color: Midnight Express. HEX triplet: 02, 10 and 30. RGB value is (2,16,48). Sum of RGB (Red+Green+Blue) = 2+16+48=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #021030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021030 is #FDEFCF. Grayscale: #0F0F0F. Windows color (decimal): -16642000 or 3149826. OLE color: 3149826.

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

Color convert

RGB 2 16 48 -
CMYK 0.96 0.67 0 0.81
HSL 221.74º 0.92% 0.1% -
HSV(B) 221.74º 0.96% 0.19% -
XYZ 0.74 0.6 2.87 -
YUV 15.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 2 16 48 0.96 0.67 0 0.81 221.74 0.92 0.1
Hex 2 10 30 60 43 0 51 DE 5C A
Octal 2 20 60 140 103 0 121 336 134 12
Binary 10 10000 110000 1100000 1000011 0 1010001 11011110 1011100 1010

Color Harmonies of #021030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021030

Black with #021030

Text Example


Text Example

White with #021030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021030; }

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

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

background-color css

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

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

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

border-color css

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

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

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