#060158

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

Shades of Midnight Blue #060158

Tints of Midnight Blue #060158

Color information

#060158 (or 0x060158) is unknown color: approx Midnight Blue. HEX triplet: 06, 01 and 58. RGB value is (6,1,88). Sum of RGB (Red+Green+Blue) = 6+1+88=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 88 (34.77% from 255 or 92.63% from 95); Max value from RGB is 88 - color contains mainly: blue. Hex color #060158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060158 is #F9FEA7. Grayscale: #0C0C0C. Windows color (decimal): -16383656 or 5767430. OLE color: 5767430.

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

Color convert

RGB6188-
CMYK0.930.9900.65
HSL243.45º97.75%17.45%-
HSV(B)243.45º98.86%34.51%-
XYZ1.850.779.28-
YUV12.41170.66123.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 88 (34.77% from 255) = 92.63%
R=6.32%
G=1.05%
B=92.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal61880.930.9900.65243.4597.7517.45
Hex61585D63041f36211
Octal61130135143010136314221
Binary11011011000101110111000110100000111110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060158; }

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

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

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

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

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

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

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

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