#060DA1

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

Shades of New Midnight Blue #060DA1

Tints of New Midnight Blue #060DA1

Color information

#060DA1 (or 0x060DA1) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0D and A1. RGB value is (6,13,161). Sum of RGB (Red+Green+Blue) = 6+13+161=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 161 (63.28% from 255 or 89.44% from 180); Max value from RGB is 161 - color contains mainly: blue. Hex color #060DA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060DA1 is #F9F25E. Grayscale: #1B1B1B. Windows color (decimal): -16380511 or 10554630. OLE color: 10554630.

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

Color convert

RGB613161-
CMYK0.960.9200.37
HSL237.29º92.81%32.75%-
HSV(B)237.29º96.27%63.14%-
XYZ6.652.933.93-
YUV27.78203.18112.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 13 (5.47% from 255) = 7.22%
BLUE value IS 161 (63.28% from 255) = 89.44%
R=3.33%
G=7.22%
B=89.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6131610.960.9200.37237.2992.8132.75
Hex6DA1605C025ed5d21
Octal61524114013404535513541
Binary110110110100001110000010111000100101111011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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