Html Css Color HEX #010336 Midnight Express

📋 copy color: '#010336'

red 1 ◦ green 3 ◦ blue 54

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

Shades of Midnight Express #010336

Tints of Midnight Express #010336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

 BLUE value IS 54 (21.48% from 255) = 93.1%

R = 1.72%
G = 5.17%
B = 93.1%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#010336 (or 0x010336) is known color: Midnight Express. HEX triplet: 01, 03 and 36. RGB value is (1,3,54). Sum of RGB (Red+Green+Blue) = 1+3+54=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 54 (21.48% from 255 or 93.10% from 58); Max value from RGB is 54 - color contains mainly: blue. Hex color #010336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010336 is #FEFCC9. Grayscale: #080808. Windows color (decimal): -16710858 or 3539713. OLE color: 3539713.

HSL color Cylindrical-coordinate representation of color #010336: hue angle of 237.74º 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 #010336 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 3 54 -
CMYK 0.98 0.94 0 0.79
HSL 237.74º 0.96% 0.11% -
HSV(B) 237.74º 0.98% 0.21% -
XYZ 0.71 0.34 3.52 -
YUV 8.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 1 3 54 0.98 0.94 0 0.79 237.74 0.96 0.11
Hex 1 3 36 62 5E 0 4F EE 60 B
Octal 1 3 66 142 136 0 117 356 140 13
Binary 1 11 110110 1100010 1011110 0 1001111 11101110 1100000 1011

Color Harmonies of #010336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010336

Black with #010336

Text Example


Text Example

White with #010336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010336; }

 p { color: rgb(1,3,54); }

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

background-color css

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

 a { background-color: rgb(1,3,54); }

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

border-color css

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

 span { border-color: rgb(1,3,54); }

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