#060DA5

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

Shades of New Midnight Blue #060DA5

Tints of New Midnight Blue #060DA5

Color information

#060DA5 (or 0x060DA5) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0D and A5. RGB value is (6,13,165). Sum of RGB (Red+Green+Blue) = 6+13+165=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 165 (64.84% from 255 or 89.67% from 184); Max value from RGB is 165 - color contains mainly: blue. Hex color #060DA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060DA5 is #F9F25A. Grayscale: #1B1B1B. Windows color (decimal): -16380507 or 10816774. OLE color: 10816774.

HSL color Cylindrical-coordinate representation of color #060DA5: hue angle of 237.36º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060DA5 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB613165-
CMYK0.960.9200.35
HSL237.36º92.98%33.53%-
HSV(B)237.36º96.36%64.71%-
XYZ7.013.0435.82-
YUV28.24205.18112.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 165 (64.84% from 255) = 89.67%
R=3.26%
G=7.07%
B=89.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6131650.960.9200.35237.3692.9833.53
Hex6DA5605C023ed5d22
Octal61524514013404335513542
Binary110110110100101110000010111000100011111011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060DA5; }

 p { color: rgb(6,13,165); }

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

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

 a { background-color: rgb(6,13,165); }

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

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

 span { border-color: rgb(6,13,165); }

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