#010758

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

Shades of Midnight Blue #010758

Tints of Midnight Blue #010758

Color information

#010758 (or 0x010758) is unknown color: approx Midnight Blue. HEX triplet: 01, 07 and 58. RGB value is (1,7,88). Sum of RGB (Red+Green+Blue) = 1+7+88=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 88 (34.77% from 255 or 91.67% from 96); Max value from RGB is 88 - color contains mainly: blue. Hex color #010758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010758 is #FEF8A7. Grayscale: #0E0E0E. Windows color (decimal): -16709800 or 5768961. OLE color: 5768961.

HSL color Cylindrical-coordinate representation of color #010758: hue angle of 235.86º 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 #010758 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB1788-
CMYK0.990.9200.65
HSL235.86º97.75%17.45%-
HSV(B)235.86º98.86%34.51%-
XYZ1.850.869.3-
YUV14.44169.51118.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 88 (34.77% from 255) = 91.67%
R=1.04%
G=7.29%
B=91.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal17880.990.9200.65235.8697.7517.45
Hex1758635C041ec6211
Octal17130143134010135414221
Binary11111011000110001110111000100000111101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010758; }

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

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

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

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

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

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

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

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