#02063C

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

Shades of Midnight Express #02063C

Tints of Midnight Express #02063C

Color information

#02063C (or 0x02063C) is unknown color: approx Midnight Express. HEX triplet: 02, 06 and 3C. RGB value is (2,6,60). Sum of RGB (Red+Green+Blue) = 2+6+60=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 60 (23.83% from 255 or 88.24% from 68); Max value from RGB is 60 - color contains mainly: blue. Hex color #02063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02063C is #FDF9C3. Grayscale: #0A0A0A. Windows color (decimal): -16644548 or 3933698. OLE color: 3933698.

HSL color Cylindrical-coordinate representation of color #02063C: hue angle of 235.86º 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 #02063C is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB2660-
CMYK0.970.9000.76
HSL235.86º93.55%12.16%-
HSV(B)235.86º96.67%23.53%-
XYZ0.910.474.32-
YUV10.96155.67121.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 60 (23.83% from 255) = 88.24%
R=2.94%
G=8.82%
B=88.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal26600.970.9000.76235.8693.5512.16
Hex263C615A04Cec5ec
Octal2674141132011435413614
Binary1011011110011000011011010010011001110110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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