#0600AA

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

Shades of New Midnight Blue #0600AA

Tints of New Midnight Blue #0600AA

Color information

#0600AA (or 0x0600AA) is unknown color: approx New Midnight Blue. HEX triplet: 06, 00 and AA. RGB value is (6,0,170). Sum of RGB (Red+Green+Blue) = 6+0+170=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 170 (66.80% from 255 or 96.59% from 176); Max value from RGB is 170 - color contains mainly: blue. Hex color #0600AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0600AA is #F9FF55. Grayscale: #141414. Windows color (decimal): -16383830 or 11141126. OLE color: 11141126.

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

Color convert

RGB60170-
CMYK0.96100.33
HSL242.12º100%33.33%-
HSV(B)242.12º100%66.67%-
XYZ7.332.9438.21-
YUV21.17211.99117.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 96.59%
R=3.41%
G=0%
B=96.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601700.96100.33242.1210033.33
Hex60AA6064021f26421
Octal6025214014404136214441
Binary110010101010110000011001000100001111100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0600AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0600AA; }

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

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

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

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

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

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

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

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