#060DAA

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

Shades of New Midnight Blue #060DAA

Tints of New Midnight Blue #060DAA

Color information

#060DAA (or 0x060DAA) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0D and AA. RGB value is (6,13,170). Sum of RGB (Red+Green+Blue) = 6+13+170=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #060DAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060DAA is #F9F255. Grayscale: #1C1C1C. Windows color (decimal): -16380502 or 11144454. OLE color: 11144454.

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

Color convert

RGB613170-
CMYK0.960.9200.33
HSL237.44º93.18%34.51%-
HSV(B)237.44º96.47%66.67%-
XYZ7.473.2338.26-
YUV28.8207.68111.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 170 (66.80% from 255) = 89.95%
R=3.17%
G=6.88%
B=89.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6131700.960.9200.33237.4493.1834.51
Hex6DAA605C021ed5d23
Octal61525214013404135513543
Binary110110110101010110000010111000100001111011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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