#020645

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

Shades of Midnight Express #020645

Tints of Midnight Express #020645

Color information

#020645 (or 0x020645) is unknown color: approx Midnight Express. HEX triplet: 02, 06 and 45. RGB value is (2,6,69). Sum of RGB (Red+Green+Blue) = 2+6+69=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 69 (27.34% from 255 or 89.61% from 77); Max value from RGB is 69 - color contains mainly: blue. Hex color #020645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020645 is #FDF9BA. Grayscale: #0B0B0B. Windows color (decimal): -16644539 or 4523522. OLE color: 4523522.

HSL color Cylindrical-coordinate representation of color #020645: hue angle of 236.42º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020645 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB2669-
CMYK0.970.9100.73
HSL236.42º94.37%13.92%-
HSV(B)236.42º97.1%27.06%-
XYZ1.160.575.68-
YUV11.99160.17120.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 6 (2.73% from 255) = 7.79%
BLUE value IS 69 (27.34% from 255) = 89.61%
R=2.60%
G=7.79%
B=89.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal26690.970.9100.73236.4294.3713.92
Hex2645615B049ec5ee
Octal26105141133011135413616
Binary10110100010111000011011011010010011110110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020645; }

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

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

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

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

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

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

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

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