#020138

Color #020138 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #020138

Tints of Midnight Express #020138

Color information

#020138 (or 0x020138) is unknown color: approx Midnight Express. HEX triplet: 02, 01 and 38. RGB value is (2,1,56). Sum of RGB (Red+Green+Blue) = 2+1+56=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 56 (22.27% from 255 or 94.92% from 59); Max value from RGB is 56 - color contains mainly: blue. Hex color #020138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020138 is #FDFEC7. Grayscale: #070707. Windows color (decimal): -16645832 or 3670274. OLE color: 3670274.

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

Color convert

RGB2156-
CMYK0.960.9800.78
HSL241.09º96.49%11.18%-
HSV(B)241.09º98.21%21.96%-
XYZ0.750.323.76-
YUV7.57155.33124.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 56 (22.27% from 255) = 94.92%
R=3.39%
G=1.69%
B=94.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal21560.960.9800.78241.0996.4911.18
Hex2138606204Ef160b
Octal2170140142011636114013
Binary10111100011000001100010010011101111000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020138; }

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

 H1.HeaderClassName
 {
   color: #020138;
 }
 .AnyTagClassName
 {
   color: #020138;
 }
</style>
background-color css

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

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

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

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

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

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