#010A2D

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

Shades of Midnight Express #010A2D

Tints of Midnight Express #010A2D

Color information

#010A2D (or 0x010A2D) is unknown color: approx Midnight Express. HEX triplet: 01, 0A and 2D. RGB value is (1,10,45). Sum of RGB (Red+Green+Blue) = 1+10+45=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 45 (17.97% from 255 or 80.36% from 56); Max value from RGB is 45 - color contains mainly: blue. Hex color #010A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A2D is #FEF5D2. Grayscale: #0B0B0B. Windows color (decimal): -16709075 or 2951681. OLE color: 2951681.

HSL color Cylindrical-coordinate representation of color #010A2D: hue angle of 227.73º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010A2D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11045-
CMYK0.980.7800.82
HSL227.73º95.65%9.02%-
HSV(B)227.73º97.78%17.65%-
XYZ0.590.412.53-
YUV11.3147.02120.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 45 (17.97% from 255) = 80.36%
R=1.79%
G=17.86%
B=80.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal110450.980.7800.82227.7395.659.02
Hex1A2D624E052e4609
Octal11255142116012234414011
Binary1101010110111000101001110010100101110010011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A2D; }

 p { color: rgb(1,10,45); }

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

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

 a { background-color: rgb(1,10,45); }

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

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

 span { border-color: rgb(1,10,45); }

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