Html Css Color HEX #020735 Midnight Express

📋 copy color: '#020735'

red 2 ◦ green 7 ◦ blue 53

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

Shades of Midnight Express #020735

Tints of Midnight Express #020735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 85.48%

R = 3.23%
G = 11.29%
B = 85.48%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#020735 (or 0x020735) is known color: Midnight Express. HEX triplet: 02, 07 and 35. RGB value is (2,7,53). Sum of RGB (Red+Green+Blue) = 2+7+53=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 53 (21.09% from 255 or 85.48% from 62); Max value from RGB is 53 - color contains mainly: blue. Hex color #020735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020735 is #FDF8CA. Grayscale: #0A0A0A. Windows color (decimal): -16644299 or 3475202. OLE color: 3475202.

HSL color Cylindrical-coordinate representation of color #020735: hue angle of 234.12º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020735 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 7 53 -
CMYK 0.96 0.87 0 0.79
HSL 234.12º 0.93% 0.11% -
HSV(B) 234.12º 0.96% 0.21% -
XYZ 0.74 0.42 3.41 -
YUV 10.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 2 7 53 0.96 0.87 0 0.79 234.12 0.93 0.11
Hex 2 7 35 60 57 0 4F EA 5D B
Octal 2 7 65 140 127 0 117 352 135 13
Binary 10 111 110101 1100000 1010111 0 1001111 11101010 1011101 1011

Color Harmonies of #020735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020735

Black with #020735

Text Example


Text Example

White with #020735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020735; }

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

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

background-color css

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

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

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

border-color css

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

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

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