#060295

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

Shades of New Midnight Blue #060295

Tints of New Midnight Blue #060295

Color information

#060295 (or 0x060295) is unknown color: approx New Midnight Blue. HEX triplet: 06, 02 and 95. RGB value is (6,2,149). Sum of RGB (Red+Green+Blue) = 6+2+149=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 149 (58.59% from 255 or 94.90% from 157); Max value from RGB is 149 - color contains mainly: blue. Hex color #060295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060295 is #F9FD6A. Grayscale: #131313. Windows color (decimal): -16383339 or 9765382. OLE color: 9765382.

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

Color convert

RGB62149-
CMYK0.960.9900.42
HSL241.63º97.35%29.61%-
HSV(B)241.63º98.66%58.43%-
XYZ5.522.2528.58-
YUV19.95200.83118.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 149 (58.59% from 255) = 94.90%
R=3.82%
G=1.27%
B=94.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621490.960.9900.42241.6397.3529.61
Hex6295606302Af2611e
Octal6222514014305236214136
Binary110101001010111000001100011010101011110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060295; }

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

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

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

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

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

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

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

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