#010645

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

Shades of Midnight Express #010645

Tints of Midnight Express #010645

Color information

#010645 (or 0x010645) is unknown color: approx Midnight Express. HEX triplet: 01, 06 and 45. RGB value is (1,6,69). Sum of RGB (Red+Green+Blue) = 1+6+69=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #010645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010645 is #FEF9BA. Grayscale: #0B0B0B. Windows color (decimal): -16710075 or 4523521. OLE color: 4523521.

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

Color convert

RGB1669-
CMYK0.990.9100.73
HSL235.59º97.14%13.73%-
HSV(B)235.59º98.55%27.06%-
XYZ1.150.575.68-
YUV11.69160.34120.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 69 (27.34% from 255) = 90.79%
R=1.32%
G=7.89%
B=90.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal16690.990.9100.73235.5997.1413.73
Hex1645635B049ec61e
Octal16105143133011135414116
Binary1110100010111000111011011010010011110110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010645; }

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

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

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

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

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

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

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

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