Html Css Color HEX #010846 Midnight Express

📋 copy color: '#010846'

red 1 ◦ green 8 ◦ blue 70

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

Shades of Midnight Express #010846

Tints of Midnight Express #010846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.13%

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

R = 1.27%
G = 10.13%
B = 88.61%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#010846 (or 0x010846) is known color: Midnight Express. HEX triplet: 01, 08 and 46. RGB value is (1,8,70). Sum of RGB (Red+Green+Blue) = 1+8+70=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 70 (27.73% from 255 or 88.61% from 79); Max value from RGB is 70 - color contains mainly: blue. Hex color #010846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010846 is #FEF7B9. Grayscale: #0C0C0C. Windows color (decimal): -16709562 or 4589569. OLE color: 4589569.

HSL color Cylindrical-coordinate representation of color #010846: hue angle of 233.91º 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 #010846 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 8 70 -
CMYK 0.99 0.89 0 0.73
HSL 233.91º 0.97% 0.14% -
HSV(B) 233.91º 0.99% 0.27% -
XYZ 1.2 0.62 5.85 -
YUV 12.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 1 8 70 0.99 0.89 0 0.73 233.91 0.97 0.14
Hex 1 8 46 63 59 0 49 EA 61 E
Octal 1 10 106 143 131 0 111 352 141 16
Binary 1 1000 1000110 1100011 1011001 0 1001001 11101010 1100001 1110

Color Harmonies of #010846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010846

Black with #010846

Text Example


Text Example

White with #010846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010846; }

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

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

background-color css

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

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

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

border-color css

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

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

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