#02053D

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

Shades of Midnight Express #02053D

Tints of Midnight Express #02053D

Color information

#02053D (or 0x02053D) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 3D. RGB value is (2,5,61). Sum of RGB (Red+Green+Blue) = 2+5+61=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 61 (24.22% from 255 or 89.71% from 68); Max value from RGB is 61 - color contains mainly: blue. Hex color #02053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02053D is #FDFAC2. Grayscale: #0A0A0A. Windows color (decimal): -16644803 or 3998978. OLE color: 3998978.

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

Color convert

RGB2561-
CMYK0.970.9200.76
HSL236.95º93.65%12.35%-
HSV(B)236.95º96.72%23.92%-
XYZ0.920.464.45-
YUV10.49156.51121.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 61 (24.22% from 255) = 89.71%
R=2.94%
G=7.35%
B=89.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal25610.970.9200.76236.9593.6512.35
Hex253D615C04Ced5ec
Octal2575141134011435513614
Binary1010111110111000011011100010011001110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02053D; }

 p { color: rgb(2,5,61); }

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

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

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

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

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

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

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