Html Css Color HEX #020434 Midnight Express

📋 copy color: '#020434'

red 2 ◦ green 4 ◦ blue 52

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

Shades of Midnight Express #020434

Tints of Midnight Express #020434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.9%

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

R = 3.45%
G = 6.9%
B = 89.66%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020434 (or 0x020434) is known color: Midnight Express. HEX triplet: 02, 04 and 34. RGB value is (2,4,52). Sum of RGB (Red+Green+Blue) = 2+4+52=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 52 (20.70% from 255 or 89.66% from 58); Max value from RGB is 52 - color contains mainly: blue. Hex color #020434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020434 is #FDFBCB. Grayscale: #080808. Windows color (decimal): -16645068 or 3408898. OLE color: 3408898.

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

Color convert

RGB 2 4 52 -
CMYK 0.96 0.92 0 0.80
HSL 237.6º 0.93% 0.11% -
HSV(B) 237.6º 0.96% 0.2% -
XYZ 0.69 0.35 3.28 -
YUV 8.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 2 4 52 0.96 0.92 0 0.80 237.6 0.93 0.11
Hex 2 4 34 60 5C 0 50 EE 5D B
Octal 2 4 64 140 134 0 120 356 135 13
Binary 10 100 110100 1100000 1011100 0 1010000 11101110 1011101 1011

Color Harmonies of #020434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020434

Black with #020434

Text Example


Text Example

White with #020434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020434; }

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

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

background-color css

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

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

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

border-color css

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

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

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