Html Css Color HEX #020C37 Midnight Express

📋 copy color: '#020C37'

red 2 ◦ green 12 ◦ blue 55

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

Shades of Midnight Express #020C37

Tints of Midnight Express #020C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 79.71%

R = 2.9%
G = 17.39%
B = 79.71%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020C37 (or 0x020C37) is known color: Midnight Express. HEX triplet: 02, 0C and 37. RGB value is (2,12,55). Sum of RGB (Red+Green+Blue) = 2+12+55=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 55 (21.88% from 255 or 79.71% from 69); Max value from RGB is 55 - color contains mainly: blue. Hex color #020C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C37 is #FDF3C8. Grayscale: #0D0D0D. Windows color (decimal): -16643017 or 3607554. OLE color: 3607554.

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

Color convert

RGB 2 12 55 -
CMYK 0.96 0.78 0 0.78
HSL 228.68º 0.93% 0.11% -
HSV(B) 228.68º 0.96% 0.22% -
XYZ 0.85 0.55 3.68 -
YUV 13.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 2 12 55 0.96 0.78 0 0.78 228.68 0.93 0.11
Hex 2 C 37 60 4E 0 4E E5 5D B
Octal 2 14 67 140 116 0 116 345 135 13
Binary 10 1100 110111 1100000 1001110 0 1001110 11100101 1011101 1011

Color Harmonies of #020C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C37

Black with #020C37

Text Example


Text Example

White with #020C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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