Html Css Color HEX #020834 Midnight Express

📋 copy color: '#020834'

red 2 ◦ green 8 ◦ blue 52

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

Shades of Midnight Express #020834

Tints of Midnight Express #020834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.9%

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

R = 3.23%
G = 12.9%
B = 83.87%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020834 (or 0x020834) is known color: Midnight Express. HEX triplet: 02, 08 and 34. RGB value is (2,8,52). Sum of RGB (Red+Green+Blue) = 2+8+52=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 52 (20.70% from 255 or 83.87% from 62); Max value from RGB is 52 - color contains mainly: blue. Hex color #020834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020834 is #FDF7CB. Grayscale: #0B0B0B. Windows color (decimal): -16644044 or 3409922. OLE color: 3409922.

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

Color convert

RGB 2 8 52 -
CMYK 0.96 0.85 0 0.80
HSL 232.8º 0.93% 0.11% -
HSV(B) 232.8º 0.96% 0.2% -
XYZ 0.73 0.43 3.29 -
YUV 11.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 2 8 52 0.96 0.85 0 0.80 232.8 0.93 0.11
Hex 2 8 34 60 55 0 50 E9 5D B
Octal 2 10 64 140 125 0 120 351 135 13
Binary 10 1000 110100 1100000 1010101 0 1010000 11101001 1011101 1011

Color Harmonies of #020834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020834

Black with #020834

Text Example


Text Example

White with #020834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020834; }

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

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

background-color css

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

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

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

border-color css

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

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

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