Html Css Color HEX #010246 Midnight Express

📋 copy color: '#010246'

red 1 ◦ green 2 ◦ blue 70

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

Shades of Midnight Express #010246

Tints of Midnight Express #010246

RGB

 RED value IS 1 (0.78% from 255) = 1.37%

 GREEN value IS 2 (1.17% from 255) = 2.74%

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

R = 1.37%
G = 2.74%
B = 95.89%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010246 (or 0x010246) is known color: Midnight Express. HEX triplet: 01, 02 and 46. RGB value is (1,2,70). Sum of RGB (Red+Green+Blue) = 1+2+70=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 70 (27.73% from 255 or 95.89% from 73); Max value from RGB is 70 - color contains mainly: blue. Hex color #010246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010246 is #FEFDB9. Grayscale: #090909. Windows color (decimal): -16711098 or 4588033. OLE color: 4588033.

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

Color convert

RGB 1 2 70 -
CMYK 0.99 0.97 0 0.73
HSL 239.13º 0.97% 0.14% -
HSV(B) 239.13º 0.99% 0.27% -
XYZ 1.14 0.49 5.83 -
YUV 9.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 1 2 70 0.99 0.97 0 0.73 239.13 0.97 0.14
Hex 1 2 46 63 61 0 49 EF 61 E
Octal 1 2 106 143 141 0 111 357 141 16
Binary 1 10 1000110 1100011 1100001 0 1001001 11101111 1100001 1110

Color Harmonies of #010246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010246

Black with #010246

Text Example


Text Example

White with #010246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010246; }

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

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

background-color css

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

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

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

border-color css

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

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

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