Html Css Color HEX #020B46 Midnight Express

📋 copy color: '#020B46'

red 2 ◦ green 11 ◦ blue 70

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

Shades of Midnight Express #020B46

Tints of Midnight Express #020B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.25%

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

R = 2.41%
G = 13.25%
B = 84.34%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020B46 (or 0x020B46) is known color: Midnight Express. HEX triplet: 02, 0B and 46. RGB value is (2,11,70). Sum of RGB (Red+Green+Blue) = 2+11+70=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 70 (27.73% from 255 or 84.34% from 83); Max value from RGB is 70 - color contains mainly: blue. Hex color #020B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B46 is #FDF4B9. Grayscale: #0E0E0E. Windows color (decimal): -16643258 or 4590338. OLE color: 4590338.

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

Color convert

RGB 2 11 70 -
CMYK 0.97 0.84 0 0.73
HSL 232.06º 0.94% 0.14% -
HSV(B) 232.06º 0.97% 0.27% -
XYZ 1.25 0.69 5.86 -
YUV 15.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 2 11 70 0.97 0.84 0 0.73 232.06 0.94 0.14
Hex 2 B 46 61 54 0 49 E8 5E E
Octal 2 13 106 141 124 0 111 350 136 16
Binary 10 1011 1000110 1100001 1010100 0 1001001 11101000 1011110 1110

Color Harmonies of #020B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B46

Black with #020B46

Text Example


Text Example

White with #020B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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