Html Css Color HEX #010835 Midnight Express

📋 copy color: '#010835'

red 1 ◦ green 8 ◦ blue 53

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

Shades of Midnight Express #010835

Tints of Midnight Express #010835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 85.48%

R = 1.61%
G = 12.9%
B = 85.48%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#010835 (or 0x010835) is known color: Midnight Express. HEX triplet: 01, 08 and 35. RGB value is (1,8,53). Sum of RGB (Red+Green+Blue) = 1+8+53=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 53 (21.09% from 255 or 85.48% from 62); Max value from RGB is 53 - color contains mainly: blue. Hex color #010835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010835 is #FEF7CA. Grayscale: #0A0A0A. Windows color (decimal): -16709579 or 3475457. OLE color: 3475457.

HSL color Cylindrical-coordinate representation of color #010835: hue angle of 231.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010835 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 8 53 -
CMYK 0.98 0.85 0 0.79
HSL 231.92º 0.96% 0.11% -
HSV(B) 231.92º 0.98% 0.21% -
XYZ 0.74 0.44 3.41 -
YUV 11.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 1 8 53 0.98 0.85 0 0.79 231.92 0.96 0.11
Hex 1 8 35 62 55 0 4F E8 60 B
Octal 1 10 65 142 125 0 117 350 140 13
Binary 1 1000 110101 1100010 1010101 0 1001111 11101000 1100000 1011

Color Harmonies of #010835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010835

Black with #010835

Text Example


Text Example

White with #010835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010835; }

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

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

background-color css

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

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

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

border-color css

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

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

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