#060396

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

Shades of New Midnight Blue #060396

Tints of New Midnight Blue #060396

Color information

#060396 (or 0x060396) is unknown color: approx New Midnight Blue. HEX triplet: 06, 03 and 96. RGB value is (6,3,150). Sum of RGB (Red+Green+Blue) = 6+3+150=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 150 (58.98% from 255 or 94.34% from 159); Max value from RGB is 150 - color contains mainly: blue. Hex color #060396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060396 is #F9FC69. Grayscale: #141414. Windows color (decimal): -16383082 or 9831174. OLE color: 9831174.

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

Color convert

RGB63150-
CMYK0.960.9800.41
HSL241.22º96.08%30%-
HSV(B)241.22º98%58.82%-
XYZ5.612.3129-
YUV20.66200.99117.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 150 (58.98% from 255) = 94.34%
R=3.77%
G=1.89%
B=94.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631500.960.9800.41241.2296.0830
Hex63966062029f1601e
Octal6322614014205136114036
Binary110111001011011000001100010010100111110001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060396; }

 p { color: rgb(6,3,150); }

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

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

 a { background-color: rgb(6,3,150); }

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

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

 span { border-color: rgb(6,3,150); }

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