Html Css Color HEX #020F37 Midnight Express

📋 copy color: '#020F37'

red 2 ◦ green 15 ◦ blue 55

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

Shades of Midnight Express #020F37

Tints of Midnight Express #020F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.83%

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

R = 2.78%
G = 20.83%
B = 76.39%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020F37 (or 0x020F37) is known color: Midnight Express. HEX triplet: 02, 0F and 37. RGB value is (2,15,55). Sum of RGB (Red+Green+Blue) = 2+15+55=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 55 (21.88% from 255 or 76.39% from 72); Max value from RGB is 55 - color contains mainly: blue. Hex color #020F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F37 is #FDF0C8. Grayscale: #0F0F0F. Windows color (decimal): -16642249 or 3608322. OLE color: 3608322.

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

Color convert

RGB 2 15 55 -
CMYK 0.96 0.73 0 0.78
HSL 225.28º 0.93% 0.11% -
HSV(B) 225.28º 0.96% 0.22% -
XYZ 0.89 0.63 3.69 -
YUV 15.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 2 15 55 0.96 0.73 0 0.78 225.28 0.93 0.11
Hex 2 F 37 60 49 0 4E E1 5D B
Octal 2 17 67 140 111 0 116 341 135 13
Binary 10 1111 110111 1100000 1001001 0 1001110 11100001 1011101 1011

Color Harmonies of #020F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F37

Black with #020F37

Text Example


Text Example

White with #020F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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