#01014D

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

Shades of Midnight Blue #01014D

Tints of Midnight Blue #01014D

Color information

#01014D (or 0x01014D) is unknown color: approx Midnight Blue. HEX triplet: 01, 01 and 4D. RGB value is (1,1,77). Sum of RGB (Red+Green+Blue) = 1+1+77=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 77 (30.47% from 255 or 97.47% from 79); Max value from RGB is 77 - color contains mainly: blue. Hex color #01014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01014D is #FEFEB2. Grayscale: #090909. Windows color (decimal): -16711347 or 5046529. OLE color: 5046529.

HSL color Cylindrical-coordinate representation of color #01014D: hue angle of 240º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01014D is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB1177-
CMYK0.990.9900.70
HSL240º97.44%15.29%-
HSV(B)240º98.7%30.2%-
XYZ1.360.567.06-
YUV9.66166121.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 77 (30.47% from 255) = 97.47%
R=1.27%
G=1.27%
B=97.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal11770.990.9900.7024097.4415.29
Hex114D6363046f061f
Octal11115143143010636014117
Binary11100110111000111100011010001101111000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,1,77); }

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

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

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

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

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

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

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