Html Css Color HEX #010138 Midnight Express

📋 copy color: '#010138'

red 1 ◦ green 1 ◦ blue 56

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

Shades of Midnight Express #010138

Tints of Midnight Express #010138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 96.55%

R = 1.72%
G = 1.72%
B = 96.55%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#010138 (or 0x010138) is known color: Midnight Express. HEX triplet: 01, 01 and 38. RGB value is (1,1,56). Sum of RGB (Red+Green+Blue) = 1+1+56=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 56 (22.27% from 255 or 96.55% from 58); Max value from RGB is 56 - color contains mainly: blue. Hex color #010138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010138 is #FEFEC7. Grayscale: #070707. Windows color (decimal): -16711368 or 3670273. OLE color: 3670273.

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

Color convert

RGB 1 1 56 -
CMYK 0.98 0.98 0 0.78
HSL 240º 0.96% 0.11% -
HSV(B) 240º 0.98% 0.22% -
XYZ 0.74 0.31 3.76 -
YUV 7.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 1 1 56 0.98 0.98 0 0.78 240 0.96 0.11
Hex 1 1 38 62 62 0 4E F0 60 B
Octal 1 1 70 142 142 0 116 360 140 13
Binary 1 1 111000 1100010 1100010 0 1001110 11110000 1100000 1011

Color Harmonies of #010138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010138

Black with #010138

Text Example


Text Example

White with #010138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010138; }

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

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

background-color css

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

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

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

border-color css

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

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

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