Html Css Color HEX #020F46 Midnight Express

📋 copy color: '#020F46'

red 2 ◦ green 15 ◦ blue 70

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

Shades of Midnight Express #020F46

Tints of Midnight Express #020F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 80.46%

R = 2.3%
G = 17.24%
B = 80.46%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020F46 (or 0x020F46) is known color: Midnight Express. HEX triplet: 02, 0F and 46. RGB value is (2,15,70). Sum of RGB (Red+Green+Blue) = 2+15+70=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 70 (27.73% from 255 or 80.46% from 87); Max value from RGB is 70 - color contains mainly: blue. Hex color #020F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F46 is #FDF0B9. Grayscale: #111111. Windows color (decimal): -16642234 or 4591362. OLE color: 4591362.

HSL color Cylindrical-coordinate representation of color #020F46: hue angle of 228.53º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020F46 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 15 70 -
CMYK 0.97 0.79 0 0.73
HSL 228.53º 0.94% 0.14% -
HSV(B) 228.53º 0.97% 0.27% -
XYZ 1.3 0.8 5.88 -
YUV 17.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 2 15 70 0.97 0.79 0 0.73 228.53 0.94 0.14
Hex 2 F 46 61 4F 0 49 E5 5E E
Octal 2 17 106 141 117 0 111 345 136 16
Binary 10 1111 1000110 1100001 1001111 0 1001001 11100101 1011110 1110

Color Harmonies of #020F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F46

Black with #020F46

Text Example


Text Example

White with #020F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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