#060258

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

Shades of Midnight Blue #060258

Tints of Midnight Blue #060258

Color information

#060258 (or 0x060258) is unknown color: approx Midnight Blue. HEX triplet: 06, 02 and 58. RGB value is (6,2,88). Sum of RGB (Red+Green+Blue) = 6+2+88=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 2 (1.17% from 255 or 2.08% 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 #060258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060258 is #F9FDA7. Grayscale: #0C0C0C. Windows color (decimal): -16383400 or 5767686. OLE color: 5767686.

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

Color convert

RGB6288-
CMYK0.930.9800.65
HSL242.79º95.56%17.65%-
HSV(B)242.79º97.73%34.51%-
XYZ1.860.799.29-
YUV13170.33123.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 88 (34.77% from 255) = 91.67%
R=6.25%
G=2.08%
B=91.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal62880.930.9800.65242.7995.5617.65
Hex62585D62041f36012
Octal62130135142010136314022
Binary110101011000101110111000100100000111110011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060258; }

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

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

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

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

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

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

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

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