#01054F

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

Shades of Midnight Blue #01054F

Tints of Midnight Blue #01054F

Color information

#01054F (or 0x01054F) is unknown color: approx Midnight Blue. HEX triplet: 01, 05 and 4F. RGB value is (1,5,79). Sum of RGB (Red+Green+Blue) = 1+5+79=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 79 (31.25% from 255 or 92.94% from 85); Max value from RGB is 79 - color contains mainly: blue. Hex color #01054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01054F is #FEFAB0. Grayscale: #0B0B0B. Windows color (decimal): -16710321 or 5178625. OLE color: 5178625.

HSL color Cylindrical-coordinate representation of color #01054F: hue angle of 236.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01054F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB1579-
CMYK0.990.9400.69
HSL236.92º97.5%15.69%-
HSV(B)236.92º98.73%30.98%-
XYZ1.480.687.45-
YUV12.24165.67119.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 79 (31.25% from 255) = 92.94%
R=1.18%
G=5.88%
B=92.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal15790.990.9400.69236.9297.515.69
Hex154F635E045ed6210
Octal15117143136010535514220
Binary11011001111110001110111100100010111101101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01054F; }

 p { color: rgb(1,5,79); }

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

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

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

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

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

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

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