#061062

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

Shades of Midnight Blue #061062

Tints of Midnight Blue #061062

Color information

#061062 (or 0x061062) is unknown color: approx Midnight Blue. HEX triplet: 06, 10 and 62. RGB value is (6,16,98). Sum of RGB (Red+Green+Blue) = 6+16+98=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #061062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061062 is #F9EF9D. Grayscale: #161616. Windows color (decimal): -16379806 or 6426630. OLE color: 6426630.

HSL color Cylindrical-coordinate representation of color #061062: hue angle of 233.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061062 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB61698-
CMYK0.940.8400.62
HSL233.48º88.46%20.39%-
HSV(B)233.48º93.88%38.43%-
XYZ2.471.2911.67-
YUV22.36170.69116.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 98 (38.67% from 255) = 81.67%
R=5%
G=13.33%
B=81.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal616980.940.8400.62233.4888.4620.39
Hex610625E5403Ee95814
Octal62014213612407635113024
Binary11010000110001010111101010100011111011101001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061062; }

 p { color: rgb(6,16,98); }

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

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

 a { background-color: rgb(6,16,98); }

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

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

 span { border-color: rgb(6,16,98); }

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