Html Css Color HEX #021534 Midnight Express

📋 copy color: '#021534'

red 2 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #021534

Tints of Midnight Express #021534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 69.33%

R = 2.67%
G = 28%
B = 69.33%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#021534 (or 0x021534) is known color: Midnight Express. HEX triplet: 02, 15 and 34. RGB value is (2,21,52). Sum of RGB (Red+Green+Blue) = 2+21+52=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #021534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021534 is #FDEACB. Grayscale: #121212. Windows color (decimal): -16640716 or 3413250. OLE color: 3413250.

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

Color convert

RGB 2 21 52 -
CMYK 0.96 0.60 0 0.80
HSL 217.2º 0.93% 0.11% -
HSV(B) 217.2º 0.96% 0.2% -
XYZ 0.91 0.8 3.35 -
YUV 18.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 2 21 52 0.96 0.60 0 0.80 217.2 0.93 0.11
Hex 2 15 34 60 3C 0 50 D9 5D B
Octal 2 25 64 140 74 0 120 331 135 13
Binary 10 10101 110100 1100000 111100 0 1010000 11011001 1011101 1011

Color Harmonies of #021534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021534

Black with #021534

Text Example


Text Example

White with #021534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021534; }

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

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

background-color css

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

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

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

border-color css

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

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

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