#060497

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

Shades of New Midnight Blue #060497

Tints of New Midnight Blue #060497

Color information

#060497 (or 0x060497) is unknown color: approx New Midnight Blue. HEX triplet: 06, 04 and 97. RGB value is (6,4,151). Sum of RGB (Red+Green+Blue) = 6+4+151=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 151 (59.38% from 255 or 93.79% from 161); Max value from RGB is 151 - color contains mainly: blue. Hex color #060497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060497 is #F9FB68. Grayscale: #141414. Windows color (decimal): -16382825 or 9896966. OLE color: 9896966.

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

Color convert

RGB64151-
CMYK0.960.9700.41
HSL240.82º94.84%30.39%-
HSV(B)240.82º97.35%59.22%-
XYZ5.72.3629.43-
YUV21.36201.16117.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 151 (59.38% from 255) = 93.79%
R=3.73%
G=2.48%
B=93.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641510.960.9700.41240.8294.8430.39
Hex64976061029f15f1e
Octal6422714014105136113736
Binary1101001001011111000001100001010100111110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060497; }

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

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

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

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

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

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

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

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