#060495

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

Shades of New Midnight Blue #060495

Tints of New Midnight Blue #060495

Color information

#060495 (or 0x060495) is unknown color: approx New Midnight Blue. HEX triplet: 06, 04 and 95. RGB value is (6,4,149). Sum of RGB (Red+Green+Blue) = 6+4+149=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 149 (58.59% from 255 or 93.71% from 159); Max value from RGB is 149 - color contains mainly: blue. Hex color #060495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060495 is #F9FB6A. Grayscale: #141414. Windows color (decimal): -16382827 or 9765894. OLE color: 9765894.

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

Color convert

RGB64149-
CMYK0.960.9700.42
HSL240.83º94.77%30%-
HSV(B)240.83º97.32%58.43%-
XYZ5.542.328.58-
YUV21.13200.16117.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 149 (58.59% from 255) = 93.71%
R=3.77%
G=2.52%
B=93.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641490.960.9700.42240.8394.7730
Hex6495606102Af15f1e
Octal6422514014105236113736
Binary1101001001010111000001100001010101011110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060495; }

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

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

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

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

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

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

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

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