Html Css Color HEX #020C31 Midnight Express

📋 copy color: '#020C31'

red 2 ◦ green 12 ◦ blue 49

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

Shades of Midnight Express #020C31

Tints of Midnight Express #020C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.05%

 BLUE value IS 49 (19.53% from 255) = 77.78%

R = 3.17%
G = 19.05%
B = 77.78%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020C31 (or 0x020C31) is known color: Midnight Express. HEX triplet: 02, 0C and 31. RGB value is (2,12,49). Sum of RGB (Red+Green+Blue) = 2+12+49=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 49 (19.53% from 255 or 77.78% from 63); Max value from RGB is 49 - color contains mainly: blue. Hex color #020C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C31 is #FDF3CE. Grayscale: #0D0D0D. Windows color (decimal): -16643023 or 3214338. OLE color: 3214338.

HSL color Cylindrical-coordinate representation of color #020C31: hue angle of 227.23º 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 #020C31 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 12 49 -
CMYK 0.96 0.76 0 0.81
HSL 227.23º 0.92% 0.1% -
HSV(B) 227.23º 0.96% 0.19% -
XYZ 0.71 0.5 2.96 -
YUV 13.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 2 12 49 0.96 0.76 0 0.81 227.23 0.92 0.1
Hex 2 C 31 60 4C 0 51 E3 5C A
Octal 2 14 61 140 114 0 121 343 134 12
Binary 10 1100 110001 1100000 1001100 0 1010001 11100011 1011100 1010

Color Harmonies of #020C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C31

Black with #020C31

Text Example


Text Example

White with #020C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C31; }

 p { color: rgb(2,12,49); }

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

background-color css

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

 a { background-color: rgb(2,12,49); }

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

border-color css

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

 span { border-color: rgb(2,12,49); }

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