#060a5c

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

Shades of Midnight Blue #060A5C

Tints of Midnight Blue #060A5C

Color information

#060A5C (or 0x060A5C) is unknown color: approx Midnight Blue. HEX triplet: 06, 0A and 5C. RGB value is (6,10,92). Sum of RGB (Red+Green+Blue) = 6+10+92=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 92 (36.33% from 255 or 85.19% from 108); Max value from RGB is 92 - color contains mainly: blue. Hex color #060A5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A5C is #F9F5A3. Grayscale: #111111. Windows color (decimal): -16381348 or 6031878. OLE color: 6031878.

HSL color Cylindrical-coordinate representation of color #060A5C: hue angle of 237.21º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060A5C is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB61092-
CMYK0.930.8900.64
HSL237.21º87.76%19.22%-
HSV(B)237.21º93.48%36.08%-
XYZ2.121.0310.21-
YUV18.15169.67119.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 92 (36.33% from 255) = 85.19%
R=5.56%
G=9.26%
B=85.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal610920.930.8900.64237.2187.7619.22
Hex6A5C5D59040ed5813
Octal612134135131010035513023
Binary11010101011100101110110110010100000011101101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060a5c; }

 p { color: rgb(6,10,92); }

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

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

 a { background-color: rgb(6,10,92); }

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

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

 span { border-color: rgb(6,10,92); }

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