#060AAE

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

Shades of New Midnight Blue #060AAE

Tints of New Midnight Blue #060AAE

Color information

#060AAE (or 0x060AAE) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0A and AE. RGB value is (6,10,174). Sum of RGB (Red+Green+Blue) = 6+10+174=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 174 (68.36% from 255 or 91.58% from 190); Max value from RGB is 174 - color contains mainly: blue. Hex color #060AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060AAE is #F9F551. Grayscale: #1A1A1A. Windows color (decimal): -16381266 or 11405830. OLE color: 11405830.

HSL color Cylindrical-coordinate representation of color #060AAE: hue angle of 238.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060AAE is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB610174-
CMYK0.970.9400.32
HSL238.57º93.33%35.29%-
HSV(B)238.57º96.55%68.24%-
XYZ7.823.3140.27-
YUV27.5210.67112.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 174 (68.36% from 255) = 91.58%
R=3.16%
G=5.26%
B=91.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6101740.970.9400.32238.5793.3335.29
Hex6AAE615E020ef5d23
Octal61225614113604035713543
Binary110101010101110110000110111100100000111011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,10,174); }

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

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

 a { background-color: rgb(6,10,174); }

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

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

 span { border-color: rgb(6,10,174); }

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