#060498

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

Shades of New Midnight Blue #060498

Tints of New Midnight Blue #060498

Color information

#060498 (or 0x060498) is unknown color: approx New Midnight Blue. HEX triplet: 06, 04 and 98. RGB value is (6,4,152). Sum of RGB (Red+Green+Blue) = 6+4+152=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 152 (59.77% from 255 or 93.83% from 162); Max value from RGB is 152 - color contains mainly: blue. Hex color #060498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060498 is #F9FB67. Grayscale: #141414. Windows color (decimal): -16382824 or 9962502. OLE color: 9962502.

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

Color convert

RGB64152-
CMYK0.960.9700.40
HSL240.81º94.87%30.59%-
HSV(B)240.81º97.37%59.61%-
XYZ5.792.3929.86-
YUV21.47201.66116.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 152 (59.77% from 255) = 93.83%
R=3.70%
G=2.47%
B=93.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641520.960.9700.40240.8194.8730.59
Hex64986061028f15f1f
Octal6423014014105036113737
Binary1101001001100011000001100001010100011110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060498; }

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

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

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

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

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

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

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

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