#060A5A

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

Shades of Midnight Blue #060A5A

Tints of Midnight Blue #060A5A

Color information

#060A5A (or 0x060A5A) is unknown color: approx Midnight Blue. HEX triplet: 06, 0A and 5A. RGB value is (6,10,90). Sum of RGB (Red+Green+Blue) = 6+10+90=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #060A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A5A is #F9F5A5. Grayscale: #111111. Windows color (decimal): -16381350 or 5900806. OLE color: 5900806.

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

Color convert

RGB61090-
CMYK0.930.8900.65
HSL237.14º87.5%18.82%-
HSV(B)237.14º93.33%35.29%-
XYZ2.030.999.76-
YUV17.92168.67119.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 10 (4.30% from 255) = 9.43%
BLUE value IS 90 (35.55% from 255) = 84.91%
R=5.66%
G=9.43%
B=84.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal610900.930.8900.65237.1487.518.82
Hex6A5A5D59041ed5813
Octal612132135131010135513023
Binary11010101011010101110110110010100000111101101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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