#060169

Color #060169 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #060169

Tints of Navy #060169

Color information

#060169 (or 0x060169) is unknown color: approx Navy. HEX triplet: 06, 01 and 69. RGB value is (6,1,105). Sum of RGB (Red+Green+Blue) = 6+1+105=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #060169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060169 is #F9FE96. Grayscale: #0D0D0D. Windows color (decimal): -16383639 or 6881542. OLE color: 6881542.

HSL color Cylindrical-coordinate representation of color #060169: hue angle of 242.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060169 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB61105-
CMYK0.940.9900.59
HSL242.88º98.11%20.78%-
HSV(B)242.88º99.05%41.18%-
XYZ2.641.0813.43-
YUV14.35179.16122.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 105 (41.41% from 255) = 93.75%
R=5.36%
G=0.89%
B=93.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal611050.940.9900.59242.8898.1120.78
Hex61695E6303Bf36215
Octal6115113614307336314225
Binary1101110100110111101100011011101111110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060169; }

 p { color: rgb(6,1,105); }

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

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

 a { background-color: rgb(6,1,105); }

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

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

 span { border-color: rgb(6,1,105); }

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