Html Css Color HEX #020730 Midnight Express

📋 copy color: '#020730'

red 2 ◦ green 7 ◦ blue 48

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

Shades of Midnight Express #020730

Tints of Midnight Express #020730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 84.21%

R = 3.51%
G = 12.28%
B = 84.21%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020730 (or 0x020730) is known color: Midnight Express. HEX triplet: 02, 07 and 30. RGB value is (2,7,48). Sum of RGB (Red+Green+Blue) = 2+7+48=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 48 (19.14% from 255 or 84.21% from 57); Max value from RGB is 48 - color contains mainly: blue. Hex color #020730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020730 is #FDF8CF. Grayscale: #0A0A0A. Windows color (decimal): -16644304 or 3147522. OLE color: 3147522.

HSL color Cylindrical-coordinate representation of color #020730: hue angle of 233.48º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020730 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 7 48 -
CMYK 0.96 0.85 0 0.81
HSL 233.48º 0.92% 0.1% -
HSV(B) 233.48º 0.96% 0.19% -
XYZ 0.63 0.38 2.84 -
YUV 10.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 2 7 48 0.96 0.85 0 0.81 233.48 0.92 0.1
Hex 2 7 30 60 55 0 51 E9 5C A
Octal 2 7 60 140 125 0 121 351 134 12
Binary 10 111 110000 1100000 1010101 0 1010001 11101001 1011100 1010

Color Harmonies of #020730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020730

Black with #020730

Text Example


Text Example

White with #020730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020730; }

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

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

background-color css

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

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

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

border-color css

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

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

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