#060895

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

Shades of New Midnight Blue #060895

Tints of New Midnight Blue #060895

Color information

#060895 (or 0x060895) is unknown color: approx New Midnight Blue. HEX triplet: 06, 08 and 95. RGB value is (6,8,149). Sum of RGB (Red+Green+Blue) = 6+8+149=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 149 (58.59% from 255 or 91.41% from 163); Max value from RGB is 149 - color contains mainly: blue. Hex color #060895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060895 is #F9F76A. Grayscale: #161616. Windows color (decimal): -16381803 or 9766918. OLE color: 9766918.

HSL color Cylindrical-coordinate representation of color #060895: hue angle of 239.16º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060895 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68149-
CMYK0.960.9500.42
HSL239.16º92.26%30.39%-
HSV(B)239.16º95.97%58.43%-
XYZ5.592.3828.6-
YUV23.48198.84115.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 149 (58.59% from 255) = 91.41%
R=3.68%
G=4.91%
B=91.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681490.960.9500.42239.1692.2630.39
Hex6895605F02Aef5c1e
Octal61022514013705235713436
Binary11010001001010111000001011111010101011101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060895; }

 p { color: rgb(6,8,149); }

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

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

 a { background-color: rgb(6,8,149); }

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

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

 span { border-color: rgb(6,8,149); }

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