Html Css Color HEX #020734 Midnight Express

📋 copy color: '#020734'

red 2 ◦ green 7 ◦ blue 52

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

Shades of Midnight Express #020734

Tints of Midnight Express #020734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.48%

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

R = 3.28%
G = 11.48%
B = 85.25%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020734 (or 0x020734) is known color: Midnight Express. HEX triplet: 02, 07 and 34. RGB value is (2,7,52). Sum of RGB (Red+Green+Blue) = 2+7+52=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 52 (20.70% from 255 or 85.25% from 61); Max value from RGB is 52 - color contains mainly: blue. Hex color #020734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020734 is #FDF8CB. Grayscale: #0A0A0A. Windows color (decimal): -16644300 or 3409666. OLE color: 3409666.

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

Color convert

RGB 2 7 52 -
CMYK 0.96 0.87 0 0.80
HSL 234º 0.93% 0.11% -
HSV(B) 234º 0.96% 0.2% -
XYZ 0.72 0.41 3.29 -
YUV 10.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 2 7 52 0.96 0.87 0 0.80 234 0.93 0.11
Hex 2 7 34 60 57 0 50 EA 5D B
Octal 2 7 64 140 127 0 120 352 135 13
Binary 10 111 110100 1100000 1010111 0 1010000 11101010 1011101 1011

Color Harmonies of #020734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020734

Black with #020734

Text Example


Text Example

White with #020734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020734; }

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

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

background-color css

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

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

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

border-color css

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

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

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