#020238

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

Shades of Midnight Express #020238

Tints of Midnight Express #020238

Color information

#020238 (or 0x020238) is unknown color: approx Midnight Express. HEX triplet: 02, 02 and 38. RGB value is (2,2,56). Sum of RGB (Red+Green+Blue) = 2+2+56=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 56 (22.27% from 255 or 93.33% from 60); Max value from RGB is 56 - color contains mainly: blue. Hex color #020238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020238 is #FDFDC7. Grayscale: #070707. Windows color (decimal): -16645576 or 3670530. OLE color: 3670530.

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

Color convert

RGB2256-
CMYK0.960.9600.78
HSL240º93.1%11.37%-
HSV(B)240º96.43%21.96%-
XYZ0.760.343.77-
YUV8.16155123.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 56 (22.27% from 255) = 93.33%
R=3.33%
G=3.33%
B=93.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal22560.960.9600.7824093.111.37
Hex2238606004Ef05db
Octal2270140140011636013513
Binary101011100011000001100000010011101111000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020238; }

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

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

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

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

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

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

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

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