#02073C

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

Shades of Midnight Express #02073C

Tints of Midnight Express #02073C

Color information

#02073C (or 0x02073C) is unknown color: approx Midnight Express. HEX triplet: 02, 07 and 3C. RGB value is (2,7,60). Sum of RGB (Red+Green+Blue) = 2+7+60=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 60 (23.83% from 255 or 86.96% from 69); Max value from RGB is 60 - color contains mainly: blue. Hex color #02073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02073C is #FDF8C3. Grayscale: #0B0B0B. Windows color (decimal): -16644292 or 3933954. OLE color: 3933954.

HSL color Cylindrical-coordinate representation of color #02073C: hue angle of 234.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02073C is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB2760-
CMYK0.970.8800.76
HSL234.83º93.55%12.16%-
HSV(B)234.83º96.67%23.53%-
XYZ0.920.494.32-
YUV11.55155.34121.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 60 (23.83% from 255) = 86.96%
R=2.90%
G=10.14%
B=86.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal27600.970.8800.76234.8393.5512.16
Hex273C615804Ceb5ec
Octal2774141130011435313614
Binary1011111110011000011011000010011001110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02073C; }

 p { color: rgb(2,7,60); }

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

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

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

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

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

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

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