#010D30

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

Shades of Midnight Express #010D30

Tints of Midnight Express #010D30

Color information

#010D30 (or 0x010D30) is unknown color: approx Midnight Express. HEX triplet: 01, 0D and 30. RGB value is (1,13,48). Sum of RGB (Red+Green+Blue) = 1+13+48=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #010D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D30 is #FEF2CF. Grayscale: #0D0D0D. Windows color (decimal): -16708304 or 3149057. OLE color: 3149057.

HSL color Cylindrical-coordinate representation of color #010D30: hue angle of 224.68º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010D30 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB11348-
CMYK0.980.7300.81
HSL224.68º95.92%9.61%-
HSV(B)224.68º97.92%18.82%-
XYZ0.690.512.86-
YUV13.4147.52119.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 48 (19.14% from 255) = 77.42%
R=1.61%
G=20.97%
B=77.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal113480.980.7300.81224.6895.929.61
Hex1D306249051e160a
Octal11560142111012134114012
Binary1110111000011000101001001010100011110000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,13,48); }

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

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

 a { background-color: rgb(1,13,48); }

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

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

 span { border-color: rgb(1,13,48); }

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