#060774

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

Shades of Navy #060774

Tints of Navy #060774

Color information

#060774 (or 0x060774) is unknown color: approx Navy. HEX triplet: 06, 07 and 74. RGB value is (6,7,116). Sum of RGB (Red+Green+Blue) = 6+7+116=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #060774 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060774 is #F9F88B. Grayscale: #121212. Windows color (decimal): -16382092 or 7603974. OLE color: 7603974.

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

Color convert

RGB67116-
CMYK0.950.9400.55
HSL239.45º90.16%23.92%-
HSV(B)239.45º94.83%45.49%-
XYZ3.31.4516.63-
YUV19.13182.67118.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 116 (45.70% from 255) = 89.92%
R=4.65%
G=5.43%
B=89.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal671160.950.9400.55239.4590.1623.92
Hex67745F5E037ef5a18
Octal6716413713606735713230
Binary110111111010010111111011110011011111101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060774; }

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

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

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

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

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

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

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

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