#02003B

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

Shades of Midnight Express #02003B

Tints of Midnight Express #02003B

Color information

#02003B (or 0x02003B) is unknown color: approx Midnight Express. HEX triplet: 02, 00 and 3B. RGB value is (2,0,59). Sum of RGB (Red+Green+Blue) = 2+0+59=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 59 (23.44% from 255 or 96.72% from 61); Max value from RGB is 59 - color contains mainly: blue. Hex color #02003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02003B is #FDFFC4. Grayscale: #070707. Windows color (decimal): -16646085 or 3866626. OLE color: 3866626.

HSL color Cylindrical-coordinate representation of color #02003B: hue angle of 242.03º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02003B is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB2059-
CMYK0.97100.77
HSL242.03º100%11.57%-
HSV(B)242.03º100%23.14%-
XYZ0.810.334.16-
YUV7.32157.16124.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 96.72%
R=3.28%
G=0%
B=96.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal20590.97100.77242.0310011.57
Hex203B616404Df264c
Octal2073141144011536214414
Binary10011101111000011100100010011011111001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02003B; }

 p { color: rgb(2,0,59); }

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

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

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

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

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

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

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