Html Css Color HEX #020347 Midnight Express

📋 copy color: '#020347'

red 2 ◦ green 3 ◦ blue 71

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

Shades of Midnight Express #020347

Tints of Midnight Express #020347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.95%

 BLUE value IS 71 (28.13% from 255) = 93.42%

R = 2.63%
G = 3.95%
B = 93.42%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020347 (or 0x020347) is known color: Midnight Express. HEX triplet: 02, 03 and 47. RGB value is (2,3,71). Sum of RGB (Red+Green+Blue) = 2+3+71=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 71 (28.12% from 255 or 93.42% from 76); Max value from RGB is 71 - color contains mainly: blue. Hex color #020347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020347 is #FDFCB8. Grayscale: #0A0A0A. Windows color (decimal): -16645305 or 4653826. OLE color: 4653826.

HSL color Cylindrical-coordinate representation of color #020347: hue angle of 239.13º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020347 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 3 71 -
CMYK 0.97 0.96 0 0.72
HSL 239.13º 0.95% 0.14% -
HSV(B) 239.13º 0.97% 0.28% -
XYZ 1.19 0.53 6 -
YUV 10.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 2 3 71 0.97 0.96 0 0.72 239.13 0.95 0.14
Hex 2 3 47 61 60 0 48 EF 5F E
Octal 2 3 107 141 140 0 110 357 137 16
Binary 10 11 1000111 1100001 1100000 0 1001000 11101111 1011111 1110

Color Harmonies of #020347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020347

Black with #020347

Text Example


Text Example

White with #020347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020347; }

 p { color: rgb(2,3,71); }

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

background-color css

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

 a { background-color: rgb(2,3,71); }

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

border-color css

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

 span { border-color: rgb(2,3,71); }

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