#010458

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

Shades of Midnight Blue #010458

Tints of Midnight Blue #010458

Color information

#010458 (or 0x010458) is unknown color: approx Midnight Blue. HEX triplet: 01, 04 and 58. RGB value is (1,4,88). Sum of RGB (Red+Green+Blue) = 1+4+88=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 88 (34.77% from 255 or 94.62% from 93); Max value from RGB is 88 - color contains mainly: blue. Hex color #010458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010458 is #FEFBA7. Grayscale: #0C0C0C. Windows color (decimal): -16710568 or 5768193. OLE color: 5768193.

HSL color Cylindrical-coordinate representation of color #010458: hue angle of 237.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010458 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB1488-
CMYK0.990.9500.65
HSL237.93º97.75%17.45%-
HSV(B)237.93º98.86%34.51%-
XYZ1.820.89.29-
YUV12.68170.51119.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 88 (34.77% from 255) = 94.62%
R=1.08%
G=4.30%
B=94.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal14880.990.9500.65237.9397.7517.45
Hex1458635F041ee6211
Octal14130143137010135614221
Binary11001011000110001110111110100000111101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010458; }

 p { color: rgb(1,4,88); }

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

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

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

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

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

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

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