#061982

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

Shades of Navy #061982

Tints of Navy #061982

Color information

#061982 (or 0x061982) is unknown color: approx Navy. HEX triplet: 06, 19 and 82. RGB value is (6,25,130). Sum of RGB (Red+Green+Blue) = 6+25+130=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #061982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061982 is #F9E67D. Grayscale: #1E1E1E. Windows color (decimal): -16377470 or 8526086. OLE color: 8526086.

HSL color Cylindrical-coordinate representation of color #061982: hue angle of 230.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061982 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB625130-
CMYK0.950.8100.49
HSL230.81º91.18%26.67%-
HSV(B)230.81º95.38%50.98%-
XYZ4.452.3521.34-
YUV31.29183.71109.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 130 (51.17% from 255) = 80.75%
R=3.73%
G=15.53%
B=80.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6251300.950.8100.49230.8191.1826.67
Hex619825F51031e75b1b
Octal63120213712106134713333
Binary110110011000001010111111010001011000111100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061982; }

 p { color: rgb(6,25,130); }

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

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

 a { background-color: rgb(6,25,130); }

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

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

 span { border-color: rgb(6,25,130); }

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