#060795

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

Shades of New Midnight Blue #060795

Tints of New Midnight Blue #060795

Color information

#060795 (or 0x060795) is unknown color: approx New Midnight Blue. HEX triplet: 06, 07 and 95. RGB value is (6,7,149). Sum of RGB (Red+Green+Blue) = 6+7+149=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 149 (58.59% from 255 or 91.98% from 162); Max value from RGB is 149 - color contains mainly: blue. Hex color #060795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060795 is #F9F86A. Grayscale: #161616. Windows color (decimal): -16382059 or 9766662. OLE color: 9766662.

HSL color Cylindrical-coordinate representation of color #060795: hue angle of 239.58º 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 #060795 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB67149-
CMYK0.960.9500.42
HSL239.58º92.26%30.39%-
HSV(B)239.58º95.97%58.43%-
XYZ5.582.3628.6-
YUV22.89199.17115.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 149 (58.59% from 255) = 91.98%
R=3.70%
G=4.32%
B=91.98%

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
Decimal671490.960.9500.42239.5892.2630.39
Hex6795605F02Af05c1e
Octal6722514013705236013436
Binary1101111001010111000001011111010101011110000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060795; }

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

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

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

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

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

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

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

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