#060174

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

Shades of Navy #060174

Tints of Navy #060174

Color information

#060174 (or 0x060174) is unknown color: approx Navy. HEX triplet: 06, 01 and 74. RGB value is (6,1,116). Sum of RGB (Red+Green+Blue) = 6+1+116=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 116 (45.70% from 255 or 94.31% from 123); Max value from RGB is 116 - color contains mainly: blue. Hex color #060174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060174 is #F9FE8B. Grayscale: #0F0F0F. Windows color (decimal): -16383628 or 7602438. OLE color: 7602438.

HSL color Cylindrical-coordinate representation of color #060174: hue angle of 242.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060174 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB61116-
CMYK0.950.9900.55
HSL242.61º98.29%22.94%-
HSV(B)242.61º99.14%45.49%-
XYZ3.241.3216.61-
YUV15.6184.66121.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 116 (45.70% from 255) = 94.31%
R=4.88%
G=0.81%
B=94.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611160.950.9900.55242.6198.2922.94
Hex61745F63037f36217
Octal6116413714306736314227
Binary1101111010010111111100011011011111110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060174; }

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

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

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

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

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

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

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

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