Html Css Color HEX #020138 Midnight Express

📋 copy color: '#020138'

red 2 ◦ green 1 ◦ blue 56

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

Shades of Midnight Express #020138

Tints of Midnight Express #020138

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 value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020138 (or 0x020138) is known color: 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

RGB 2 1 56 -
CMYK 0.96 0.98 0 0.78
HSL 241.09º 0.96% 0.11% -
HSV(B) 241.09º 0.98% 0.22% -
XYZ 0.75 0.32 3.76 -
YUV 7.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 2 1 56 0.96 0.98 0 0.78 241.09 0.96 0.11
Hex 2 1 38 60 62 0 4E F1 60 B
Octal 2 1 70 140 142 0 116 361 140 13
Binary 10 1 111000 1100000 1100010 0 1001110 11110001 1100000 1011

Color Harmonies of #020138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020138

Black with #020138

Text Example


Text Example

White with #020138

Text Example


Text Example

HTML Codes & Css Web 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>