Html Css Color HEX #010136 Midnight Express

📋 copy color: '#010136'

red 1 ◦ green 1 ◦ blue 54

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

Shades of Midnight Express #010136

Tints of Midnight Express #010136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.79%

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

R = 1.79%
G = 1.79%
B = 96.43%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#010136 (or 0x010136) is known color: Midnight Express. HEX triplet: 01, 01 and 36. RGB value is (1,1,54). Sum of RGB (Red+Green+Blue) = 1+1+54=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 54 (21.48% from 255 or 96.43% from 56); Max value from RGB is 54 - color contains mainly: blue. Hex color #010136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010136 is #FEFEC9. Grayscale: #060606. Windows color (decimal): -16711370 or 3539201. OLE color: 3539201.

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

Color convert

RGB 1 1 54 -
CMYK 0.98 0.98 0 0.79
HSL 240º 0.96% 0.11% -
HSV(B) 240º 0.98% 0.21% -
XYZ 0.69 0.29 3.51 -
YUV 7.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 1 1 54 0.98 0.98 0 0.79 240 0.96 0.11
Hex 1 1 36 62 62 0 4F F0 60 B
Octal 1 1 66 142 142 0 117 360 140 13
Binary 1 1 110110 1100010 1100010 0 1001111 11110000 1100000 1011

Color Harmonies of #010136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010136

Black with #010136

Text Example


Text Example

White with #010136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010136; }

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

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

background-color css

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

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

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

border-color css

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

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

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