#01014C

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

Shades of Midnight Blue #01014C

Tints of Midnight Blue #01014C

Color information

#01014C (or 0x01014C) is unknown color: approx Midnight Blue. HEX triplet: 01, 01 and 4C. RGB value is (1,1,76). Sum of RGB (Red+Green+Blue) = 1+1+76=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 76 (30.08% from 255 or 97.44% from 78); Max value from RGB is 76 - color contains mainly: blue. Hex color #01014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01014C is #FEFEB3. Grayscale: #090909. Windows color (decimal): -16711348 or 4980993. OLE color: 4980993.

HSL color Cylindrical-coordinate representation of color #01014C: 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 #01014C is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB1176-
CMYK0.990.9900.70
HSL240º97.4%15.1%-
HSV(B)240º98.68%29.8%-
XYZ1.330.556.87-
YUV9.55165.5121.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 76 (30.08% from 255) = 97.44%
R=1.28%
G=1.28%
B=97.44%

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
Decimal11760.990.9900.7024097.415.1
Hex114C6363046f061f
Octal11114143143010636014117
Binary11100110011000111100011010001101111000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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